A repository containing a program that creates an itinerary, using graph traversal, when given a list of activities and times.
After compilation, this program can be run by entering java GraphTraversal [input file]
. Example input files are provided.