programming
June 19, 2022
Solving a string prefix problem using Trie in golang
A few days ago we conducted a learning session on golang for my team at work. It was a short session covering
the basics of the language. Since then, I had been thinking of writing a series of blogposts/tutorial...September 12, 2019
Making a 15-Puzzle Game Using React Hooks
We are making a what !
In this article, we will make a simple 15-Puzzle using React Hooks, but what is a 15-Puzzle in the first place ?
...July 17, 2017
Software Development At Zomato
It has been almost 2 months since I first found myself employed and working fulltime on something I liked and cared about; in short I have been coding for last 2 months with a bunch of awesome people who like coding new stuff on a rather daily basis....
December 26, 2015
A Tutorial on Dynamic Programming (DP)
Now that a number of people have asked me for some good resources on DP and I could find only a few good resources to give the beginners a real boost, I decided to write this basic DP tutorial here. But before we go deep into it, I want to make it...