diff --git a/docs/algorithm.md b/docs/algorithm.md new file mode 100644 index 0000000..eeebdfb --- /dev/null +++ b/docs/algorithm.md @@ -0,0 +1,21 @@ +# Algorithms + +## Big-O notation + +## Iteration + +## Recursion + +## Divide and Conquer + +## Greedy + +## Sorting algorithm + +### Bouble Sort + +### Quick Sort + +### Merge Sort + +### Insertion Sort \ No newline at end of file