raulcorreia7 / isep_esinf_second_graphs_algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Java 99.9%Language:Python 0.1%