Data structures and algorithms

Aug 6, 2021 9 Comments

What is the best website to learn data structures and algorithms from scratch?

comments

Want to comment? LOG IN or SIGN UP
TOP 9 Comments
  • AECOM / Eng
    ITS4Life

    Go to company page AECOM Eng

    ITS4Life
    I’m currently doing this myself! As someone with no CS education who’s learning for LC and an eventual career change.

    Im reading “Grokking Algorithms” for a high level understanding of algorithms.

    From there I watch YouTube videos on how to create those algorithms and data structures while coding them alongside watching.

    Anything I don’t understand about complexity or what’s going “under the hood”, I go to CLRS.

    Then I start leetcoding some easy/med questions for what I just learned, commenting out my solutions really well for anything I had to look up as a reminder for later.
    Aug 6, 2021 2
  • This comment was deleted by original commenter.

  • Superior Construction
    tvatvt

    Superior Construction

    tvatvt
    Do check out conding ninjas. I am planning to go with that.
    Aug 7, 2021 0
  • Apple
    VPuM38

    Go to company page Apple

    VPuM38
    Following
    Aug 6, 2021 0
  • Amazon
    blindrick

    Go to company page Amazon

    blindrick
    Why don't you get a book? Are you looking for online resources like videos, lectures?

    I'd suggest some looking for a course and see what book they suggest as a reading material, and solve the course practice problems as well.

    Books usually present info in a structured way, and gradually build concepts, compared to content website like leetcode , which is condensed and specific.
    Aug 6, 2021 0