Skip to content

Java application that models the Boston Metro System via a multigraph ADT and provides directions on how to get from a station to another station.

Notifications You must be signed in to change notification settings

kostadin-georgiev97/Boston-Metro-Multigraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boston Metro Multigraph

Summary

The idea of the project is to implement a multigraph abstract data type (ADT). The multigraph is a graph, which is permitted to have multiple edges , that is edges, that have the same end nodes. The multigraph model is then used to model the Boston Metro System in a program that is able to provide directions to passengers on how to get from one station to another.

To run the executable:

  1. Place the bostonmetro.txt file in the same directory as the .jar.
  2. Open a terminal and navigate to the executable.
  3. Run the following command: java -jar BostonMetroMultiGraph.jar bostonmetro.txt

About

Java application that models the Boston Metro System via a multigraph ADT and provides directions on how to get from a station to another station.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages