Complete solutions to Leetcode problems, updated daily.
# | Title | Tags |
---|---|---|
001 | Two Sum | Array , Hash Table |
007 | Reverse Integer | Math |
013 | Roman to Integer | Math , String |
014 | Longest Common Prefix | String |
021 | Merge Two Sorted Lists | Linked List |
053 | Maximum Subarray | Array , Divide and Conquer , Dynamic Programming |
070 | Climbing Stairs | Dynamic Programming |
083 | Remove Duplicates from Sorted List | Linked List |
189 | Rotate Array | Array |
198 | House Robber | Dynamic Programming |
203 | Remove Linked List Elements | Linked List |
231 | Power of Two | Math , Bit Manipulation |
237 | Delete Node in a Linked List | Linked List |
344 | Reverse String | Two Pointers , String |
876 | Middle of the Linked List | Linked List |
# | Title | Tags |
---|---|---|
002 | Add Two Numbers | Linked List , Math |
019 | Remove Nth Node From End of List | Linked List , Two Pointers |
024 | Swap Nodes in Pairs | Linked List |
046 | Permutations | Backtracking |
047 | Permutations II | Backtracking |
062 | Unique Paths | Array , Dynamic Programming |
063 | Unique Paths II | Array , Dynamic Programming |
082 | Remove Duplicates from Sorted List II | Linked List |
153 | Find Minimum in Rotated Sorted Array | Array , Binary Search |
# | Title | Tags |
---|---|---|
023 | Merge k Sorted Lists | Linked List , Divide and Conquer , Heap |
I'm looking for long-term contributors/partners to this repo! Send me PRs if you're interested! See the following:
- Fork this repository to your own GitHub account and then clone it to your local device.
- Submit a pull request with your changes!
yanglbme 💻 |
chakyam 💻 |
---|