Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 375 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 375 Bytes

algorithms-101

A NodeSchool workshopper to introduce JS developers to algorithms.

This is based on Princeton's Algorithms, Part 1. Video lectures present the information, then you code the algorithm.

Types of algorithms covered are:

  • union-find
  • sorting algorithms
  • priority queues
  • binary search trees, etc