Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 385 Bytes

File metadata and controls

15 lines (10 loc) · 385 Bytes

Algorithms

A bunch of common algorithms coded for Python (version 3.x).

Running

All algorithms have a using statement explaining how to interact with them. To get started simply run a file. Example:

% python heapSort.py 

Heap Sort by William M Mortl
Usage: python heapSort.py "{comma seperated list of values to sort}"
Example: python heapSort.py "9,111,2,31,1,0"