Solutions to leetcode problems. Currently in a mix of python and C++.
Status | # | Name | Solution | Category |
---|---|---|---|---|
Solved | 1 | Two Sum | C++ Python |
Array |
Solved | 3 | Longest Substring | C++ Python |
String |
Solved | 70 | Climbing Stairs | C++ | Dynamic |
Solved | 133 | Clone Graph | Python | Graph |
Solved | 371 | Sum of Two Integers | C++ | Binary |
Solved | 104 | Max Depth of Binary Tree | C++ Python |
String |
Solved | 153 | Minimum in Rotated Sorted Array | C++ | Array |
Solved | 207 | Course Schedule | Python | Graph |
Solved | 322 | Coin Change | C++ | Dynamic |
Solved | 417 | Pacific Atlantic Water Flow | C++ | Graph |
Solved | 121 | Best Time to Buy and Sell Stocks | Python | Array |
Solved | 295 | Find Median from Data Stream | C++ | Heap |
Solved | 200 | Number of Islands | Python | Graph |
Solved | 300 | Longest Increasing Subsequence | C++ | Dynamic |
Solved | 226 | Invert Binary Tree | C++ | Tree |
Solved | 56 | Merge Intervals | Python | Intervals |