39 lines
305 B
Markdown
39 lines
305 B
Markdown
# Algorithm
|
|
|
|
## Scemas
|
|
|
|
### Iteration
|
|
|
|
### Rekursion
|
|
|
|
### Divide and conquer
|
|
|
|
### Greedy
|
|
|
|
## Komplexität
|
|
|
|
## O-Notation
|
|
|
|
## Sortieren
|
|
|
|
### Bubblesort
|
|
|
|
### Bucketsort
|
|
|
|
### Heapsort
|
|
|
|
### Insertionsort
|
|
|
|
### Introsort
|
|
|
|
### Mergesort
|
|
|
|
### Quicksort
|
|
|
|
### Selectionsort
|
|
|
|
### Shellsort
|
|
|
|
## Backtracking
|
|
|
|
## Graph |