TT/Algorithms
Preface
In the modern era of programming with your fancy API calls, LLMs, GeeksForGeeks blog posts, and Web Development plebians developing a new and improved framework dumbing every programmer out there. Knowing how to implement algorithms and data structures from scratch is the only thing that can distinguish you from idiots.
You must have some idea on why an algorithm X
works that way and why it is better (or worse) than another algorithm Y
. You must also know why X
is correct and what it means for X
to be correct.