slarse / Python

All Algorithms implemented in Python
MIT License
0 stars 0 forks source link

Add graphs test suite #51

Closed larshum closed 5 years ago

larshum commented 5 years ago

Adds test suite to files in graphs folder. Also fixes the use of global scope by placing them in main and modifying relevant method parameters accordingly.

Note: multi_hueristic_astar.py is not fixed in this PR because it uses way too much global scope to refactor in a reasonable amount of time.

larshum commented 5 years ago

Forgot to reference issue #49