/UW-Pathfinder

Finds the shortest path from a building to another at UW

Primary LanguageJavaApache License 2.0Apache-2.0

UW Pathfinder

This is a simple application that allows you to find the shortest path from one building to another on the University of Washington Campus. This project is organized into three parts, all found under the src directory:

  • graphStructures: The data structures used to represent the campus pathways and locations.
  • cli: A command line program that prints out directions to follow the shortest path from building to building.
  • gui: A graphical user interface for cli that shows a map of the campus and the shortest path from building to building.

Each component besides gui also comes with a test suite that tests each component to make sure all of its behaviors perform correctly.

Building

This project was built using Eclipse Neon. Simply choose the UW Pathfinder directory under Open Projects from File System to load the project in Eclipse.

Licsense

Copyright 2017 Dan Tran

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.