add algorithm chapters
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
francesco 2021-06-05 16:29:37 +02:00
parent 959f468f72
commit ed1376f564

21
docs/algorithm.md Normal file
View File

@ -0,0 +1,21 @@
# Algorithms
## Big-O notation
## Iteration
## Recursion
## Divide and Conquer
## Greedy
## Sorting algorithm
### Bouble Sort
### Quick Sort
### Merge Sort
### Insertion Sort