Link to repository: https://github.com/borsakv/A-DS-Project
NOTE: The stops.txt, stop_times.txt and transfers.txt files need to be placed inside the src/main/resources folder.
Cian Jinks - Created the BusNetwork class and TripDatabase class. Implemented shortest path algorithm (functionality 1) and searching trips by arrival time (functionality 3).
Vitali Borsak - Created the TernarySearchTrie class (functionality 2). Created the UI for home page, team info page and TeaTernary Search Trie page.
Jay Cowan - Read in stops.txt and transfers.txt and stored into appropriate classes. Created the Shortest Path searching UI page.
Ajchan Mamedov - Read in stop_times.txt and stored in TripDatabase. Created arrival time searching UI page.