This repository contains various implementations of data structures and algorithms in multiple languages (mostly in python), as well as my favorite algorithmic questions.
Feel free to use this as a guideline/template to master DSA.
“In programming, as in life, algorithms often teach us that the journey is just as important as the destination.”
“Algorithmic thinking is not a trick, nor a bag of tricks, nor a set of patterns—it is a discipline.” - Edsger W. Dijkstra
"You don’t understand an algorithm when you can code it. You understand it when you can explain why it must be structured that way.” - Richard Feynman
“A leetcode a day keeps unemployment away.”