This repository contains my solutions to LeetCode problems. Have fun!
# | Title | Solution | Difficulty | Completed |
---|---|---|---|---|
1 | Two Sum | Doc | Easy | ✅ |
2 | Add Two Numbers | Doc | Medium | 🗯️ Follow up |
12 | Integer to Roman | Doc | Medium | ✅ |
13 | Roman to Integer | Doc | Easy | ✅ |
26 | Remove Duplicates from Sorted Array | Doc | Easy | ✅ |
27 | Remove Element | Doc | Easy | ✅ |
28 | Find the Index of the First Occurrence in a String | Doc | Easy | 🗯️ Follow up |
29 | Divide Two Integers | Doc | Medium | 💪 In Progress |
35 | Search Insert Position | Doc | Easy | ✅ |
66 | Plus One | Doc | Easy | ✅ |
67 | Add Binary | Doc | Easy | ✅ |
83 | Remove Duplicates from Sorted List | Doc | Easy | ✅ |
100 | Same Tree | Doc | Easy | ✅ |
101 | Symmetric Tree | Doc | Easy | ✅ |
104 | Maximum Depth of Binary Tree | Doc | Easy | ✅ |
111 | Minimum Depth of Binary Tree | Doc | Easy | ✅ |
112 | Path Sum | Doc | Easy | ✅ |
113 | Path Sum II | Doc | Medium | ✅ |
141 | Linked List Cycle | Doc | Easy | ✅ |
142 | Linked List Cycle II | Doc | Medium | ✅ |
217 | Contains Duplicate | Doc | Easy | ✅ |
218 | Contains Duplicate II | Doc | Easy | ✅ |