mkdocs/docs/datastructure.md
francesco 03f7ec7eeb
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
add algorithm and datastructure
2021-05-26 22:14:28 +02:00

28 lines
215 B
Markdown

# Datastructure
## Lineare DS
### List
### Stack
### Queue
### Priority Queue
### Hashtable
## Tree DS
### Binary Tree
### Balanced (AVL) Tree
### Heap
## Dictionary DS
### Key-Value Pair
### Hashtable