This commit is contained in:
parent
959f468f72
commit
ed1376f564
21
docs/algorithm.md
Normal file
21
docs/algorithm.md
Normal 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
|
Loading…
Reference in New Issue
Block a user