All Articles

28 Coding Challenges in 28 Days

Image from Unsplash by Bna Ignacio
Image from Unsplash by Bna Ignacio

At the beginning of February 2020, I committed to a plan of writing about one algorithmic problem a day for 28 days. Here’s the list of tackled problems:

📝 Challenges Covered

Here’s two other problems I wrote about before February:

If you’d like to try these out yourself, check out this repo on Github.

Majority of the 28 questions fall within the so-called “Hard” range, but these difficulty labels are sometimes too subjective to be useful. I’d recommend just thinking of them as generic coding challenges.

If you’re looking to beef up your algorithmic problem-solving skills, feel free to bookmark this page so that you can visit these challenges anytime.

💖 Credits

Various communities (LeetCode, GeeksForGeeks) and materials (EPI, CLRS, MIT OpenCourseWare) were crucial in helping me grasp the intuition behind these problems. Most of what I’ve written is informed / inspired by the people behind these resources, which I highly recommend for your own learning journey.

🌻 Nice Things

Each article begins with an image of Singapore. These shots were taken by talented folks on Unsplash who chose to share their work freely.

✈️ What’s Next?

Coding challenges will always be fun to write about, but one’s ability to reverse a linked list or invert a binary tree isn’t constantly relevant to one’s day-to-day development work.

In the coming weeks, I’d like to go back to focusing on JavaScript while building stuff and things for the browser (e.g. Chrome extensions, UI components, mini apps).