You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,11 @@ It produces this Minimum Spanning Tree
20
20
21
21
- Requires **distinct nodes named with consecutive integers**. If they really **do** have the same "name", convert them to integer ID's to use this algorithm
22
22
Example graph has 8 nodes numbered 1-8 (array ignores the 0th index)
23
-
-**You must hardcode the graph structure in constructor** as a **list of edges**
24
-
-`graphEdges` is **indexed from 1** to make it more human-readable. In the constructor:
0 commit comments