Skip to content

Campus navigation system to find the most optimal path for different locations.

Notifications You must be signed in to change notification settings

kguerra3411/SmartNavi-FigureGUI-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartNavi

Campus navigation system to find the most optimal path for different locations.

Algorithm Notes:

  • BFS: Generally Moderate - Chooses the path with the least amount of stops, but may not be optimal in terms of distance. (Unweighted)
  • DFS: Generally Slower - Chooses the farest route but allows access to more scenery or buildings if needed by the user. (Unweighted)
  • Dijkstra: Generally Faster - Chooses the most optimal route based on time or distance. (Weighted)

About

Campus navigation system to find the most optimal path for different locations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages