mkdocs/docs/algorithm.md

21 lines
184 B
Markdown
Raw Normal View History

2021-06-05 16:29:37 +02:00
# Algorithms
## Big-O notation
## Iteration
## Recursion
## Divide and Conquer
## Greedy
## Sorting algorithm
### Bouble Sort
### Quick Sort
### Merge Sort
### Insertion Sort