This repo contains some practice algorithms which are being developed while undertaking 6.006
Programs are written in python 2
Files are python excutables. For example:
python mergesort.py
will output a sorted array. Most files will have a default input inside the file.