/intro-to-data-structures-and-algorithms

An egghead course to introduce data structures and algorithms in JavaScript

Primary LanguageJavaScriptMIT LicenseMIT

Intro to Data Structures and Algorithms in JavaScript

Image of Course Logo

My introductory course to data structures and algorithms in JavaScript for egghead.

This course covers:

  • Queues
  • Stacks
  • Linked Lists
  • Graphs
    • Breadth-first Traversal
    • Depth-first Traversal
  • Trees
    • Binary Trees
    • Tree Traversal
  • Sorting
    • Bubble Sort
    • Insertion Sort
    • Merge Sort
    • Quick Sort

Feel free to leave comments on the lessons or hit me up on Twitter with any questions you might have.