Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 605 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 605 Bytes

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.