This repository was archived by the owner on Feb 28, 2023. It is now read-only.
File tree 1 file changed +19
-13
lines changed
1 file changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -15,26 +15,32 @@ You should be able to find a live-demo [here](https://mattmoony.github.io/pretty
15
15
16
16
## Roadmap
17
17
18
- * [x] Controls
18
+ * [x] ** Controls**
19
19
* [x] Algorithm Selection
20
20
* [x] Speed control
21
- * [x] Algorithms
22
- * [x] Depth-First-Search
23
- * [x] Breadth-First-Search
24
- * [x] Dijkstra's Algorithm
25
- * [x] A* Algorithm
26
- * [x] Bellman-Ford Algorithm
27
- * [x] Floyd-Warshall Algorithm
28
- * [x] Prim's Algorithm
29
- * [x] Kruskal's Algorithm
30
- * [x] Core
31
- * [x] Classes
21
+ * [x] ** Algorithms**
22
+ * [x] _ Path finding_
23
+ * [x] Depth-First-Search
24
+ * [x] Shortest Path
25
+ * [x] Breadth-First-Search
26
+ * [x] Dijkstra's Algorithm
27
+ * [x] A* Algorithm
28
+ * [x] Bellman-Ford Algorithm
29
+ * [x] Floyd-Warshall Algorithm
30
+ * [x] _ Minimum Spanning Tree (MST)_
31
+ * [x] Prim's Algorithm
32
+ * [x] Kruskal's Algorithm
33
+ * [ ] _ Lowest Common Ancestor (LCA)_
34
+ * [ ] Binary Lifting
35
+ * [ ] Euler Tour
36
+ * [x] ** Core**
37
+ * [x] _ Classes_
32
38
* [x] Graph
33
39
* [x] Node
34
40
* [x] Edge
35
41
* [x] Canvas
36
42
* [x] PriorityQueue
37
- * [x] Interfaces
43
+ * [x] _ Interfaces _
38
44
* [x] Pair
39
45
40
46
---
You can’t perform that action at this time.
0 commit comments