Data Structures & Algorithms

Data Structures & Algorithms

Your Progress

  • 0 of 53 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
  • Redundant connection

    Check out this practice coding question to turn one type of data structure into another, specifically a graph into a tree! (LeetCode)

    Mark as complete Save for later