this . Kanav()


I find inspiration in the world around me, whether through the pages of a captivating novel, the intricate details of typography, or the vibrant hues of nature during my outdoor escapades.


If you're curious to dive deeper into my work, you can follow me.


Explore my insightful articles on my blog

View all posts ยป

Dive into a realm of design wisdom and creative inspiration, where you'll find invaluable insights, practical tips, and captivating narratives that elevate and enrich your creative journey.

Dynamic Programming

Are you frustrated like me when you see a dynamic programming problem? This post will help you REALLY understand the concept of dynamic programming and how to solve problems using it.

Greedy Algorithm

Greedy algorithms are simple and intuitive. They make a series of choices, each of which is the best choice at the time, and they never look back. This post will help you understand the concept of greedy algorithms and how to solve problems using them.

Python tricks for Leetcode

If you use python for competitive programming, you might find these tricks useful. I have compiled a list of python tricks that can help you solve LeetCode problems faster.