mkdocs/docs/algorithm.md
francesco ed1376f564
All checks were successful
continuous-integration/drone Build is passing
add algorithm chapters
2021-06-05 16:29:37 +02:00

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