|
|
|
|
|
by henryfjordan
752 days ago
|
|
+1 for learning datastructures + algorithms in a structured way. Other posters are saying "just build stuff and you will learn", which isn't wrong, but there's a reason every CS student learns data structures and algorithms first. They are literally the building blocks for everything else. Then, once you've got that foundation, the "just build stuff" advice is sound but if you skip that step you will always be at a disadvantage. DDIA is a great book but definitely not for a beginner and is only applicable to backend web engineering at a certain scale. |
|