linclark / algorithms-101

A NodeSchool workshopper to introduce JS developers to algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A NodeSchool workshopper to introduce JS developers to algorithms

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 100.0%