Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 385 Bytes

status.md

File metadata and controls

24 lines (18 loc) · 385 Bytes

Current Project Status

DONE:

  • Single Node
  • Double Node
  • Singly-Linked list
  • Double-Linked list
  • Binary-Search Tree
  • Stack

TODO:

  • Binary Tree
  • Generic Tree
  • Queue
  • 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