diegocaro / introcs

Mirror of the Introduction to Programming Book by Robert Sedgewick, Kevin Wayne and Robert Dondero.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extracted from https://introcs.cs.princeton.edu/python/code/

Install using:

pip install https://github.com/diegocaro/introcs/archive/master.zip

If the installation fails, try adding --user at the end:

pip install https://github.com/diegocaro/introcs/archive/master.zip --user

Credits

Python modules to support the book "Introduction to Programming with Python" by Robert Sedgewick, Kevin Wayne, and Robert Dondero.

Some code modified by Diego Caro.

About

Mirror of the Introduction to Programming Book by Robert Sedgewick, Kevin Wayne and Robert Dondero.


Languages

Language:Python 100.0%