Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 460 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 460 Bytes

Kruskal Visualiser

Running the visualiser

  1. Clone the repository
  2. Ensure you have python installed
  3. Run the following command in the terminal pip install -r requirements.txt
  4. Run the following command in the terminal python main.py to start the visualiser!

Changing the graph

  1. Open the main.py file
  2. Change the graph variable to the graph you want to visualise

The graph should follow the given structure exactly!