Skip to content

liknhe/mtr-traversal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTR-Traversal

Our submission for the Data Structure and Algorithms module(CS2310) The assignment tasked us to create utilities to help users to navigate the Hong Kong Train System, and demonstrate our understanding of the module contents.

The implementation follows the MVC framework, and the MTR is mapped as series of nodes and connecting edges. This data representation is essential to the last functional requirement which allows users to query the connecting path between any two stations.

A DFS path finding algorithm is implemented and refined to a linear time complexity, O(n).

Group Name: (r)amen Group Members: Hannah Miller, Ben Withington, Li He.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages