this post was submitted on 06 Nov 2023
24 points (92.9% liked)

Programming

16999 readers
78 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] jet@hackertalks.com 6 points 10 months ago (1 children)

SICP the book is free online.

MIT open courseware classes, as well as UC open courseware classes. Khan academy has good resources as well.

If you want to get super geeky, the art of computer programming. But it's a dense read

[–] Pipoca@lemmy.world 2 points 10 months ago* (last edited 10 months ago) (1 children)

SCIP is great and completely worth reading, but it's not really a data structures book, and while it has various algorithms in it, it's not really that similar to an algorithms book either.

It was intended more as a CS 101 book than as either an algorithms course or a data structure course.

[–] jet@hackertalks.com 1 points 10 months ago

True but it's a nice gentle introduction to both data structures and algorithms.

Which seems to be the core question here.