21 lines
184 B
Markdown
21 lines
184 B
Markdown
# Algorithms
|
|
|
|
## Big-O notation
|
|
|
|
## Iteration
|
|
|
|
## Recursion
|
|
|
|
## Divide and Conquer
|
|
|
|
## Greedy
|
|
|
|
## Sorting algorithm
|
|
|
|
### Bouble Sort
|
|
|
|
### Quick Sort
|
|
|
|
### Merge Sort
|
|
|
|
### Insertion Sort |