Skip to content
This repository was archived by the owner on Sep 3, 2018. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 426 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 426 Bytes

shortest_path

Dijkstra shortest path implementation, including CLI & Web interface.

CLI version is implemented via text_mode_search.py

Web GUI is implemented using bottle on web_gui.py

Some drawbacks already detected:

  • No negative tests are working. Check how to assertRaises works.
  • Ugly web interface!
  • Exception handling has to be improved
  • Mixed file&DB inputs
  • Many more not yet detected ;)