/algos

Algorithms and Data Structures book

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

Practical Algorithms and Data Structures

Build Status

Practical Algorithms and Data Structures is a book originally adapted from Problem Solving with Algorithms and Data Structures Using Python which was written by Brad Miller and David Ranum and published under a Creative Commons license.

To build, run ./run build-book. Publishing occurs automatically via Travis.

To develop, first install wach and rld globally: npm install -g wach rld then ./run dev.