2021-06-06 20:36:40 +02:00
|
|
|
# Algorithm
|
2021-06-05 16:29:37 +02:00
|
|
|
|
2021-06-06 20:36:40 +02:00
|
|
|
## Scemas
|
2021-06-05 16:29:37 +02:00
|
|
|
|
2021-06-06 20:36:40 +02:00
|
|
|
### Iteration
|
2021-06-05 16:29:37 +02:00
|
|
|
|
2021-06-06 20:36:40 +02:00
|
|
|
### Rekursion
|
2021-06-05 16:29:37 +02:00
|
|
|
|
2021-06-06 20:36:40 +02:00
|
|
|
### Divide and conquer
|
2021-06-05 16:29:37 +02:00
|
|
|
|
2021-06-06 20:36:40 +02:00
|
|
|
### Greedy
|
|
|
|
|
|
|
|
## Komplexität
|
|
|
|
|
|
|
|
## O-Notation
|
2021-06-05 16:29:37 +02:00
|
|
|
|
|
|
|
## Sorting algorithm
|
|
|
|
|
|
|
|
### Bouble Sort
|
|
|
|
|
|
|
|
### Quick Sort
|
|
|
|
|
|
|
|
### Merge Sort
|
|
|
|
|
2021-06-06 20:36:40 +02:00
|
|
|
### Insertion Sort
|
|
|
|
|
|
|
|
## Backtracking
|
|
|
|
|
|
|
|
## Graph
|