Skip to content

Commit 301481d

Browse files
committed
Updated TODO
1 parent a1b87fc commit 301481d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

TODO.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
### Graph
1111

12-
- [ ] Graph implementation
13-
- [ ] Detect cycle in Graph
14-
- [ ] Topological Sort
12+
- [x] Graph implementation
13+
- [x] Detect cycle in Graph
14+
- [x] Topological Sort
1515
- [ ] Prim's Algorithm
1616
- [ ] Kruskal's Algorithm
1717

@@ -22,5 +22,5 @@
2222

2323
### Heap
2424

25-
- [ ] Heap implementation
26-
- [ ] Heap Sort
25+
- [x] Heap implementation
26+
- [x] Heap Sort

0 commit comments

Comments
 (0)