From ed1376f5645e1d0f127b08babecdfe31e0b5026b Mon Sep 17 00:00:00 2001 From: francesco Date: Sat, 5 Jun 2021 16:29:37 +0200 Subject: [PATCH] add algorithm chapters --- docs/algorithm.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/algorithm.md 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