divBaral / Graph_Algo_Visualizer

Graph Algorithm Visualization

Repository from Github https://github.comdivBaral/Graph_Algo_VisualizerRepository from Github https://github.comdivBaral/Graph_Algo_Visualizer

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

About

Graph Algorithm Visualization

License:MIT License


Languages

Language:C++ 100.0%