esinf_second_graphs_algorithms

Project for ESINF (Algorithms and Data Structures)

Focus on:

  • AdjacencyMatrixGraph (Undirected Graph)
  • AdjacencyMap (Directional Graph)
  • BFS, DFS algorithm
  • Dijkstra shortest path algorithm
  • AllPaths algorithm
  • Complexity analysis
  • Tests with multiple levels of information for testing purposes
  • Custom Test Case images