Ezekiel8807 / krukals-algorithm

Kruskal's algorithm: find minimal path of a network

Home Page:https://ezekiel8807.github.io/krukals-algorithm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use this app to perform kruskal's algorithm

I will be showing you step by step guild on how to use our app to perform kruskal's algorithm. So lets dive into it.

Step 1 Input all nodes seperated with space in the required input field k1.png

Step 2 k2.png

click the add edge button to provide the start node, end node and the _weight or length of the arc (edge)

k3.png

Step 3 k4.png

click on the above button to perform kruskal's algorithm on the inputed data.

and lastly the bellow dialog in the image shows the minimal spanning tree length k5.png

About

Kruskal's algorithm: find minimal path of a network

https://ezekiel8807.github.io/krukals-algorithm/


Languages

Language:JavaScript 56.5%Language:CSS 25.1%Language:HTML 18.4%