Skip to content

divBaral/Graph_Algo_Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this project?

This is school project on Data Structures and Algorithms. We have implemented following algorithms of undirected graph:

  1. DFS
  2. BFS
  3. Dijkstra
  4. Kruskal for minimum spanning tree.

We have used SFML to render graphics. Install Sfml Library