Skip to content

Commit

Permalink
Added a status file to show project progress
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepiCaffeine committed Jun 21, 2023
1 parent 9652f2b commit f69fdb8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Current Project Status
## DONE:

- [x] Single Node
- [x] Double Node
- [x] Singly-Linked list
- [x] Double-Linked list
- [x] Binary-Search Tree

## TODO:

- [ ] Binary Tree
- [ ] Generic Tree
- [ ] Queue
- [ ] Stack
- [ ] Heap
- [ ] Matrix (I kinda did in in C, so it'll be quick)

## MAYBE:

- [ ] Graph (MAYBE, I HAVE NO CLUE)
- [ ] Binary-Indexed Tree
- [ ] K-dimensional Tree

0 comments on commit f69fdb8

Please sign in to comment.