Solutions for all the leetcode questions I solved.
Runtime and memory usage is mentioned at the top of each program.
# | Title | LeetCode Link |
---|---|---|
7 | Reverse Integer | Attempt |
29 | Divide Two Integers | Attempt |
61 | Rotate List | Attempt |
74 | Search a 2D Matrix | Attempt |
1726 | Tuple with Same Product | Attempt |
1910 | Remove All Occurrences of a Substring | Attempt |
2364 | Count Number of Bad Pairs | Attempt |
2938 | Separate Black and White Balls | Attempt |