Campus Navigation Details
Project Overview
This is a navigation application for Texas State that will map out routes writen in JavaScript and
HTML/CSS.
The web app integrates a weighted graph using nodes in a heap priority queue for important
positions such as
classrooms, bathrooms, and staircases/elevators. Using the path finding algorithm A*,
the app can find the
shortest path between the starting node and the users chosen destination.