29 lines
238 B
Markdown
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 |