Code Catalog. A study guide of algorithms and data structures written out in Python.

github.com/jwasham/code-catalog-python

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

January 2019
  • Merge pull request #1 from ikennachifo/master
  • WIP: Corrected URLs for Book Covers
December 2016
  • Added permutations of string that could contain duplicates.
  • Added towers of Hanoi, fixed typo, permutations, and power set.
November 2016
  • Adding PDFs for printing.
  • Cleanup for printing.
  • Still organizing code.
  • Organizing code.
  • Adding from chapter 9.
  • Moving into suggested and extra directories.
  • Coming up with a final list of algorithms to study.
  • Added circular queue.
  • Doubly-linked list base class.
  • Added queue and deque implemented as a linked list.
  • Added stack implemented as a linked list.
  • Added matching delimiters algorithm.
  • Added queue - array implementation.
  • Added stack - array implementation.
  • Added catalog.
  • Adding screenshots of books.