LeetCode 🔥
Description
This repository is a collection of solutions for LeetCode problems. Follow build instructions to make the build of the project. You can read detailed descriptions of utility commands to manage the statements here
Problems
Number | Problem | Difficulty | Solution |
---|---|---|---|
17 | Letter Combinations of a Phone Number | Medium | Python |
20 | Valid Parentheses | Easy | Python |
39 | Combination Sum | Medium | Python |
40 | Combination Sum II | Medium | Python |
62 | Unique Paths | Medium | Python |
75 | Sort Colors | Medium | Python |
77 | Combinations | Medium | Python |
102 | Binary Tree Level Order Traversal | Medium | Python |
104 | Maximum Depth of Binary Tree | Easy | Python |
150 | Evaluate Reverse Polish Notation | Medium | Python |
200 | Number of Islands | Medium | Python |
257 | Binary Tree Paths | Easy | Python |
509 | Fibonacci Number | Easy | Python |
559 | Maximum Depth of N-ary Tree | Easy | Python |
703 | Kth Largest Element in a Stream | Easy | Python |
733 | Flood Fill | Easy | Python |
743 | Network Delay Time | Medium | Python |
746 | Min Cost Climbing Stairs | Easy | Python |
832 | Flipping An Image | Easy | Python |
905 | Sort Array By Parity | Easy | Python |
922 | Sort Array by Parity II | Easy | Python |
950 | Reveal Cards In Increasing Order | Medium | Python |
977 | Squares of a Sorted Array | Easy | Python |
1022 | Sum of Root To Leaf Binary Numbers | Easy | Python |