mkdocs/algorithm.md

39 lines
305 B
Markdown
Raw Normal View History

2021-05-26 22:14:28 +02:00
# Algorithm
## Scemas
### Iteration
### Rekursion
### Divide and conquer
### Greedy
## Komplexität
## O-Notation
## Sortieren
### Bubblesort
### Bucketsort
### Heapsort
### Insertionsort
### Introsort
### Mergesort
### Quicksort
### Selectionsort
### Shellsort
## Backtracking
## Graph