πŸ“š Cs/books/uwu
418 subscribers
203 photos
23 videos
498 files
677 links
Download Telegram
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
πŸ₯°1
How to Solve It as an excellent and unique guide to general problem solving; it’s as applicable to computer science as it is to mathematics.
πŸ‘€1
Math for CS

CS is basically a runaway branch of applied math, so learning math will give you a competitive advantages.

Best book: Mathematics for computer science

Best video lectures: Tom leighton's MIT 6.042J
Operating system

Most of the code you write is run by an operating system, so you should know how those interact.

Best Book: Operating Systems: Three Easy Pieces

Best Video Lecture: Berkeley CS 162
πŸ‘2
Computer Networking

The Internet turned out to be a big deal: understand how it works to unlock its full potential.

Best Book: Computer Networking: A Top-Down Approach

Best video lecture: Stanford CS 144
🀝2