• jet@hackertalks.com
    link
    fedilink
    English
    arrow-up
    6
    ·
    11 months ago

    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
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      11 months ago

      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
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

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

        Which seems to be the core question here.