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

Commit 1084d00

Browse files
committed
📝 updated readme roadmap
1 parent 7fd5cbe commit 1084d00

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

Diff for: README.md

+19-13
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,32 @@ You should be able to find a live-demo [here](https://mattmoony.github.io/pretty
1515

1616
## Roadmap
1717

18-
* [x] Controls
18+
* [x] **Controls**
1919
* [x] Algorithm Selection
2020
* [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_
3238
* [x] Graph
3339
* [x] Node
3440
* [x] Edge
3541
* [x] Canvas
3642
* [x] PriorityQueue
37-
* [x] Interfaces
43+
* [x] _Interfaces_
3844
* [x] Pair
3945

4046
---

0 commit comments

Comments
 (0)