fencing tournament pool assignment.
To run a CSV file:
python2.7 sort_teams.py [CSV FILE]
To run tests:
python2.7 linked_list_test.py && python2.7 model_test.py
Sorting algorithm needs to become functional.
Sorting algorithm needs to be broken up and tested.
Figure out the best way to recursively call test files.
A function to eval ranks would be useful.