leetcode
leetcode copied to clipboard
Leetcode solutions
- **File(s) Modified**: _0374-guess-number-higher-or-lower.rs_ - **Language(s) Used**: _rust_ - **Submission URL**: _https://leetcode.com/problems/guess-number-higher-or-lower/submissions/938026684/_
- **File(s) Modified**: _0929-Unique-Email-Addresses.dart_ - **Language(s) Used**: _Dart_ - **Submission URL**: _https://leetcode.com/submissions/detail/936493664/_ [//]: # "Getting the Submission URL" [//]: # "Go to the leetcode [`Submissions tab`](https://user-images.githubusercontent.com/71089234/180188604-b1ecaf90-bf27-4fd6-a559-5567aebf8930.png)" [//]: # "and [click...
We solved the problem in non-DP way using the nested loops with Two Pointers. But if someone were to using DP to solve it, the solution would be in O(N^2)...
- **File(s) Modified**: 0167-two-sum-ii-input-array-is-sorted.scala - **Language(s) Used**: scala - **Submission URL**: https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/submissions/934674813/
- **File(s) Modified**: 0125-valid-palindrome.scala - **Language(s) Used**: scala - **Submission URL**: https://leetcode.com/problems/valid-palindrome/submissions/934360224/
File(s) Modified: go/0303-range-sum-query-immutable.go Language(s) Used: Go Submission URL: https://leetcode.com/problems/range-sum-query-immutable/submissions/933253230/ also added a minor update on readme file if you don't mind Update readme table Arrays & Hashing there is a...
https://github.com/neetcode-gh/leetcode/blob/c49180fc992e6af22b1cb55476f92494be043d04/python/0036-valid-sudoku.py#L2
- **File(s) Modified**: 0036-valid-sudoku.scala - **Language(s) Used**: scala - **Submission URL**: https://leetcode.com/problems/valid-sudoku/submissions/932700011/
provided a better and readable solution for count vowels permutation in python [//]: # "Pull Request Template" [//]: # "Replace the placeholder values in the template below" - **File(s) Modified**:...
[//]: # "Pull Request Template" [//]: # "Replace the placeholder values in the template below" - **File(s) Modified**: typescript/0704-binary-search.ts - **Language(s) Used**: typescript - **Submission URL**: https://leetcode.com/problems/binary-search/submissions/929761229/ [//]: # "Getting...