1

What is a good order/study guide to study DSA?

Profile picture
Mid-Level Software Engineer at Taro Community6 months ago

I have been trying to get back to studying DSA and Leetcode.

What's a good study plan and order?

68
2

Discussion

(2 comments)
  • 0
    Profile picture
    Thoughtful Tarodactyl
    Taro Community
    6 months ago

    Would recommend checking out Neetcode’s guides. Taro members get a discount too

  • 0
    Profile picture
    Tech Lead/Manager at Meta, Pinterest, Kosei
    6 months ago

    EDIT: The 10 hour crash course is out now: Crash Course: Beginner Data Structures And Algorithms Concepts

    We have a tactical DSA course that I'm very excited about coming to Taro soon! Order:

    • Warm-up questions, Big-O
    • Arrays and Strings
    • Recursion
    • Linked Lists
    • Binary Trees
    • Graphs
    • Dynamic Programming

    In the meantime, go through Alex's exceptional course about the study approach for Data Structures and Algorithms