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 | β |