Python Graphing Algorithms

Project Details

This project was a demonstration of my ability to work with a variety of data structures and create pathing algorithms for graphs in python. The project includes functions to parse files and create a graph from a set of vertices, as well as multiple functions which read the graphs and are able to return different information on the status of the graph.

  • Python language
  • Graphs
  • Pathing algorithms
  • File parsing
  • Use of queues and stacks as a basis for other data types

See full code repository here