I challenged myself to solve a coding problem daily, it can either be a newsletter problem sent by daily coding challenge everyday, Leetcode monthly challenge or previously asked questions by big tech.
# | Description | Solution |
---|---|---|
1 | Reverse a Link List | solution |
2 | Split Link List in Parts | solution |
3 | Flatten a Multilevel Doubly Linked List | solution |
4 | Swap Nodes in Pairs | solution |
# | Description | Solution |
---|---|---|
1 | Minimum parenthesis remove to make it valid | solution |
2 | Min Stack | solution |
# | Description | Solution |
---|---|---|
1 | Bitwise AND of Numbers Range | solution |
Feel free to send me a pull requests, if you spot issues with any of my solutions!
Happy Coding !!!