My LeetCode solutions written in Go.
Easy | Medium | Hard |
---|---|---|
18 | 3 | 0 |
# | Title | Difficulty | Solution | Tests |
---|---|---|---|---|
1 | Two Sum | Easy | 👀 | ✅ |
2 | Add Two Numbers | Medium | 👀 | ✅ |
3 | Longest Substring Without Repeating Characters | Medium | 👀 | ✅ |
9 | Palindrome Number | Easy | 👀 | ✅ |
13 | Roman to Integer | Easy | 👀 | ✅ |
14 | Longest Common Prefix | Easy | 👀 | ✅ |
20 | Valid Parentheses | Easy | 👀 | ✅ |
21 | Merge Two Sorted Lists | Easy | 👀 | ✅ |
26 | Remove Duplicates from Sorted Array | Easy | 👀 | ✅ |
27 | Remove Element | Easy | 👀 | ✅ |
28 | Implement strStr() | Easy | 👀 | ✅ |
35 | Search Insert Position | Easy | 👀 | ✅ |
53 | Maximum Subarray | Easy | 👀 | ✅ |
58 | Length of Last Word | Easy | 👀 | ✅ |
66 | Plus One | Easy | 👀 | ✅ |
67 | Add Binary | Easy | 👀 | ✅ |
69 | Sqrt(x) | Easy | 👀 | ✅ |
70 | Climbing Stairs | Easy | 👀 | ✅ |
83 | Remove Duplicates from Sorted List | Easy | 👀 | ✅ |
88 | Merge Sorted Array | Easy | 👀 | ✅ |
1769 | Minimum Number of Operations to Move All Balls to Each Box | Medium | 👀 | ✅ |