Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.62 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.62 KB

GraphAL

Description

GraphAL is a framework for graph algorithms visualization.
This framework shows how work the ones of the most popular graph algorithms:

Beta functions does not guarantee correct execution!

Getting Started

First of all, you should compile two dynamic link libraries "generation.dll" and "algorithms.dll". Their source code contains in src/generation/ and src/algorithms/ folders appropriately. Those dll files should be in src/ folder. Run app.py. Have fun!

Dependencies

  • Python v3.8+
  • PySimpleGUI v4.19+
  • NetworkX v2.4+
  • Matplotlib v3.2+

Examples

BFS algorithm

Kruskal's algortihm

Collaborators

🍭 @jswark (Graph data)
🍏 @egortrue (Graph algorithms)
🍓 @AndreyBakurskii (UI/UX design)