Data Structures & Algorithms

Data Structures & Algorithms

Your Progress

  • 0 of 0 items done

Learning goals

Familiarize yourself with common data structures and algorithms such as lists, trees, maps, graphs, Big-O analysis, and more!

Suggested prerequisites

Familiarity with basics programming concepts (e.g. if statements, loops, functions)

Back to collection
  • Valid parentheses

    Interested in testing your knowledge about stacks? Check out this practice coding question in which you'll be asked to validate the ordering of parentheses. (LeetCode)

    Mark as complete Save for later