Skip to content

Path finder w/ GUI for campus navigation. Uses Dijsktra's algorithm to find shortest paths.

Notifications You must be signed in to change notification settings

nlstrait/Campus-Path-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===== INTERACTIVE MAP =====

@author Nolan Strait


::: Building :::
	Represents a building by its name and coordinates.

::: CampusMap :::
	Represents a map of campus and can find paths between campus buildings.

::: CampusParser :::
	Parser utility to load the campus map dataset.
	*** Not written by Nolan Strait ***

::: CampusPathsMain :::
	Handles GUI.

::: Graph :::
	Represents a directed, labeled multi-graph.

::: GraphAlgos :::
	Contains various algorithms for use on a Graph.


Build using './build.sh'

Run using './run.sh'

About

Path finder w/ GUI for campus navigation. Uses Dijsktra's algorithm to find shortest paths.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published