mkdocs/docs/datastructure.md

28 lines
215 B
Markdown
Raw Permalink Normal View History

2021-05-26 22:14:28 +02:00
# Datastructure
## Lineare DS
### List
### Stack
### Queue
### Priority Queue
### Hashtable
## Tree DS
### Binary Tree
### Balanced (AVL) Tree
### Heap
## Dictionary DS
### Key-Value Pair
### Hashtable