mkdocs/docs/algorithm.md
francesco 027189c82c
All checks were successful
continuous-integration/drone/push Build is passing
Updated filestructure
2021-06-06 20:36:40 +02:00

29 lines
238 B
Markdown

# Algorithm
## Scemas
### Iteration
### Rekursion
### Divide and conquer
### Greedy
## Komplexität
## O-Notation
## Sorting algorithm
### Bouble Sort
### Quick Sort
### Merge Sort
### Insertion Sort
## Backtracking
## Graph