-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a status file to show project progress
- Loading branch information
1 parent
9652f2b
commit f69fdb8
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|