It’s been some time since I did proper coding and am getting rusty with C++. So, I decided to start solving LeetCode style problems where you need to solve programming challenges using various algorithmic techniques. As I practice I am also revising C++ topics, so I also noted down my learnings. I decided to document them on github for future reference, you can find the solved problems here: https://github.com/pranav656/cpp-scratch
Note that the aim here is not to write the cleanest code, but solve the given problem in a time interval of say 30-60 minutes testing all corner cases. I think it’s a good way of keeping coding neurons of the brain still active, so starting this as a hobby.