Since becoming a manager, I've had very little hands-on with the code. The idea of this project is to solve some coding challenges to keep my programming skills active.
Solved Challenges:
| Difficut | Challenge | Related Topics | Language |
|---|---|---|---|
| Two Sum | Array, Hash Table | Java | |
| Valid Parentheses | String, Stack | Java | |
| Flood Fill | Array, Depth-First Search, Breadth-First Search, Matrix | java | |
| Merge Two Sorted Lists | Linked List, Recursion | Java | |
| Best Time to Buy and Sell Stock | Array, Dynamic Programing | Java | |
| Valid Palindrome | Two Pointers, String | Kotlin | |