Test your knowledge on Prim’s Algorithm
I have created a game for Koding.hackaton which is designed using HTML5 canvas to test one’s knowledge on prim’s algorithm. A graph is automatically generated. When one clicks on a line on the graph it gets selected. Continue to select lines till you obtain a minimum spanning tree using the Prim’s algorithm. Once you have selected the […]