apclary / python-algorithms

CLRS algorithms implemented in python as a practice exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Algorithms

Build Status Code Issues

This is intended to be a collection of Python implementations of various CLRS algorithms, just for fun and practice. It's been awhile since I've taken CS classes so I want to refresh my memory. I also wanted to gain some experience with Python testing and Travis CI.

Run tests with python -m unittest discover from the root (python-algorithms) directory.

About

CLRS algorithms implemented in python as a practice exercise


Languages

Language:Python 100.0%