leetcode icon indicating copy to clipboard operation
leetcode copied to clipboard

Leetcode solutions

Results 602 leetcode issues
Sort by recently updated
recently updated
newest added

- **File(s) Modified**: 0554-brick-wall.go - **Language(s) Used**: Go - **Submission URL**: https://leetcode.com/problems/brick-wall/submissions/957171828/

- **File(s) Modified**: 0735-asteroid-collision.go - **Language(s) Used**: Go - **Submission URL**: https://leetcode.com/problems/asteroid-collision/submissions/957161109/

- **File(s) Modified**: 0280-wiggle-sort.go - **Language(s) Used**: Go - **Submission URL**: https://leetcode.com/problems/wiggle-sort/submissions/957143033/

- **File(s) Modified**: 0703-Kth-Largest-Element-in-a-Stream.ts - **Language(s) Used**: typescript - **Submission URL**: https://leetcode.com/problems/kth-largest-element-in-a-stream/submissions/956531246/

The new solution added is little more closer to the one explained in the video, the solution present right now has a different logic of reducing the targetSum. But the...

I was thinking that when either looking at the table where the problem is located with the link, video solution, etc or when clicking on the code solution that it...

**Updated the previous solution (use of hashmaps) to a more optimized Boyer Moore algorithm as explained in the Neetcode's Video Tutorial** [//]: # "Pull Request Template" [//]: # "Replace the...

- **File(s) Modified**: _0015-3sum.py_ - **Language(s) Used**: python_ - **Submission URL**: _https://leetcode.com/problems/3sum/submissions/955389810/_ The solution code's current version is incompatible with the Leetcode question.

[//]: # "Pull Request Template" [//]: # "Replace the placeholder values in the template below" - **File(s) Modified**: _0242-valid-anagram.cpp_ - **Language(s) Used**: _C++_ - **Submission URL**: _https://leetcode.com/problems/valid-anagram/submissions/955359421/_ [//]: # "Getting...

- **File(s) Modified**: _0104-maximum-depth-of-binary-tree.js_ - **Language(s) Used**: _javascript_ ### Description Correct the space complexity.