/Introduction-to-Algorithms

Study and implementation of some of Cormen's intro to algorithms book.

Primary LanguagePython

Introduction-to-Algorithms

Study and simple python3 (i luv python) implementation of some algorithms of Cormen's Introduction to algorithms third edition(mostly problems or pseudocode in the book).

Version

Python v3.6.2. I will avoid using any imports, but if it's too much work (ahem strassen) can't guarantee.