Oddbean new post about | logout
 These days, I have kept my head down, studying and refining my coding skills. I'm revisiting DSA as a whole and learning some modern approaches for development.

When you love what you're doing, these small respites feel like interesting journeys. 
 #learnwithiefan 
 How are you my friend? 🫂 
 I'm fine, my friend 🫂 
 What are using to improve your DSA skills? Any books recommendations? 
 I mean it really depends, I recently started a book "Algorithms on Strings, Trees, and Sequences by Dan Gusfield"

It's very comprehensive, still easy to understand and has all kind of examples and practices. 
 Sounds great, I'll take a look at it. I've been looking for an in depth book for DSA to follow up after completing the Primeagen's frontend masters DSA course. 
 What’s DSA? 
 Data structures and algorithms, they're fundamentals of computer science. Every application follow those principles. 
 What’s your favorite one so far?

The way the leaves of B+ trees formed a linked list fascinated me when I first learned about them.