A repository to store leetcode solved question.
Status:
Symbol | Description |
---|---|
✅ | Resolved and Reviewed |
🚧 | Resolved |
❌ | Unsolved |
Number | Title | Tags | Status | Solution |
---|---|---|---|---|
70 | Climbing Stairs | Math Dynamic Programming Memorization | ✅ | File |
94 | Binary Tree Inorder Traversal | Stack Tree Depth-First Search | ✅ | File |
121 | Best Time to Buy and Sell Stock | Array Dynamic Programming | ✅ | File |
144 | Binary Tree Preorder Traversal | Stack Tree Depth-First Search | ✅ | File |
145 | Binary Tree Postorder Traversal | Stack Tree Depth-First Search | 🚧 | File |
704 | Binary Search | Array Binary Search | ✅ | File |
844 | Backspace String Compare | Two Pointers String Stack | ✅ | File |