Programming
Don't be the person who "never quite understood" something Like recursion.
Best Book: Structure and interpretation of computer programs
Best video lecture: Brian Harvey's Berkeley CS 61A
Don't be the person who "never quite understood" something Like recursion.
Best Book: Structure and interpretation of computer programs
Best video lecture: Brian Harvey's Berkeley CS 61A
📚 Cs/books/uwu
Structure_and_Interpretation_of_Computer_Programs_2nd_Hal_Abelson;.pdf
Structure and interpretation of computer programs
🥰2
Computer Architecture
If you don't have a solid mental model of how a computer actually works, all of your higher-level abstraction will be brittle.
Best book: computer systems:A Programmer's perspective
Best video lectures: Berkeley CS 61C
If you don't have a solid mental model of how a computer actually works, all of your higher-level abstraction will be brittle.
Best book: computer systems:A Programmer's perspective
Best video lectures: Berkeley CS 61C
Algorithms and Data structures
If you don't know how to use ubiquitous Data structures like stacks, queues, trees, and graphs, you won't be able to solve challenging problems.
Best book: The Algorithm Design Manual
Best video lecture: Steven Skiena's lectures
If you don't know how to use ubiquitous Data structures like stacks, queues, trees, and graphs, you won't be able to solve challenging problems.
Best book: The Algorithm Design Manual
Best video lecture: Steven Skiena's lectures
🥰1