mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-23 21:04:04 +00:00
ecf4d6ad11
feat: Define abstract methods through a base class to add clone and isEmpty methods to all data structures. Add delete and deleteAt methods to Deque, Queue, and Stack data structures. refactor: Optimize the type definition N to NODE for alignment with the design of TREE. |
||
---|---|---|
.. | ||
binary-tree | ||
graph | ||
hash | ||
heap | ||
linked-list | ||
matrix | ||
priority-queue | ||
queue | ||
stack | ||
tree | ||
trie |