Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

Commit 41309cd

Browse files
committed
updated
1 parent 2d721e0 commit 41309cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ This code allows to visualize [Dijkstra's algorithm](https://en.wikipedia.org/wi
44

55
### [See it now](https://jkutkut.github.io/JS-Minimum-Spanning-Tree/)
66

7+
## How to use it:
8+
Just click the desired root node with the mouse. Then, use the space to execute each step of the algorithm.
9+
710
## Special mentions:
8-
Sumit Ghosh: [Implementation of Binary Search Tree in Javascript, geeksforgeeks](https://www.geeksforgeeks.org/implementation-binary-search-tree-javascript/)
11+
- Priority Queue based on Mourner's code https://github.com/mourner/flatqueue

0 commit comments

Comments
 (0)