add algorithm and datastructure
This commit is contained in:
parent
161c4c3f6a
commit
03f7ec7eeb
39
algorithm.md
Normal file
39
algorithm.md
Normal file
@ -0,0 +1,39 @@
|
||||
# Algorithm
|
||||
|
||||
## Scemas
|
||||
|
||||
### Iteration
|
||||
|
||||
### Rekursion
|
||||
|
||||
### Divide and conquer
|
||||
|
||||
### Greedy
|
||||
|
||||
## Komplexität
|
||||
|
||||
## O-Notation
|
||||
|
||||
## Sortieren
|
||||
|
||||
### Bubblesort
|
||||
|
||||
### Bucketsort
|
||||
|
||||
### Heapsort
|
||||
|
||||
### Insertionsort
|
||||
|
||||
### Introsort
|
||||
|
||||
### Mergesort
|
||||
|
||||
### Quicksort
|
||||
|
||||
### Selectionsort
|
||||
|
||||
### Shellsort
|
||||
|
||||
## Backtracking
|
||||
|
||||
## Graph
|
27
docs/datastructure.md
Normal file
27
docs/datastructure.md
Normal file
@ -0,0 +1,27 @@
|
||||
# Datastructure
|
||||
|
||||
## Lineare DS
|
||||
|
||||
### List
|
||||
|
||||
### Stack
|
||||
|
||||
### Queue
|
||||
|
||||
### Priority Queue
|
||||
|
||||
### Hashtable
|
||||
|
||||
## Tree DS
|
||||
|
||||
### Binary Tree
|
||||
|
||||
### Balanced (AVL) Tree
|
||||
|
||||
### Heap
|
||||
|
||||
## Dictionary DS
|
||||
|
||||
### Key-Value Pair
|
||||
|
||||
### Hashtable
|
@ -8,9 +8,11 @@ docs_dir: 'docs'
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Programming:
|
||||
- Datastructure: datastructure.md
|
||||
- Algorithm: algorithm.md
|
||||
- Python: python.md
|
||||
- C#: csharp.md
|
||||
- CI / CD:
|
||||
- DevOps:
|
||||
- CI: ci.md
|
||||
- CD: cd.md
|
||||
- Docker: docker.md
|
||||
|
Loading…
Reference in New Issue
Block a user