1 parent a1b87fc commit 301481dCopy full SHA for 301481d
1 file changed
TODO.md
@@ -9,9 +9,9 @@
9
10
### Graph
11
12
-- [ ] Graph implementation
13
-- [ ] Detect cycle in Graph
14
-- [ ] Topological Sort
+- [x] Graph implementation
+- [x] Detect cycle in Graph
+- [x] Topological Sort
15
- [ ] Prim's Algorithm
16
- [ ] Kruskal's Algorithm
17
@@ -22,5 +22,5 @@
22
23
### Heap
24
25
-- [ ] Heap implementation
26
-- [ ] Heap Sort
+- [x] Heap implementation
+- [x] Heap Sort
0 commit comments