Leetcode Practice

Last updated
Reading time
2 min read

Solutions and experiments!

This series will be a dump of algorithm implementations and practice problems from leetcode. I've fallen out of practice with DS&A problems, and haven't grinded any in three years so I'm essentially starting from scratch! However, I will be using Neetcode's roadmap and other lists from Leetcode to guide me in terms of topics to practice. I will do extra problems related to the topic on top of the ones I find in the lists I check which could also include ones people suggest in the question's comments.

After solving a problem for the first time, I like to experiment and learn different ways of doing it, especially if the problem feels easy to me. That way, I can potentially find a better solution. It's also fun to see some of the clever ones.

For each post in the series, I'll include my first attempt/solution and any more optimal solutions that I write or learn. As always, the ultimate goal is to keep improving, so learn along and enjoy!