Skip to content

Commit 97eeed6

Browse files
committed
Updated TODOs
1 parent c3e68b6 commit 97eeed6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

TODO.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,18 @@
1313
- [x] Detect cycle in Graph
1414
- [x] Topological Sort
1515
- [ ] Prim's Algorithm
16-
- [ ] Kruskal's Algorithm
16+
- [x] Kruskal's Algorithm
1717

1818
### Dynamic Programming
1919

20-
- [ ] Fibonacci
21-
- [ ] Longest Increasing Subsequence
20+
- [x] Fibonacci
21+
- [x] Longest Increasing Subsequence
2222

2323
### Heap
2424

2525
- [x] Heap implementation
2626
- [x] Heap Sort
27+
28+
## Backtracking
29+
30+
- [ ] N-Queens

0 commit comments

Comments
 (0)