From 027189c82cee5997aec9399f94e4fc07e93a3a4c Mon Sep 17 00:00:00 2001 From: francesco Date: Sun, 6 Jun 2021 20:36:40 +0200 Subject: [PATCH] Updated filestructure --- algorithm.md | 39 --------------------------------------- docs/algorithm.md | 22 +++++++++++++++------- 2 files changed, 15 insertions(+), 46 deletions(-) delete mode 100644 algorithm.md diff --git a/algorithm.md b/algorithm.md deleted file mode 100644 index 9bc8e97..0000000 --- a/algorithm.md +++ /dev/null @@ -1,39 +0,0 @@ -# Algorithm - -## Scemas - -### Iteration - -### Rekursion - -### Divide and conquer - -### Greedy - -## Komplexität - -## O-Notation - -## Sortieren - -### Bubblesort - -### Bucketsort - -### Heapsort - -### Insertionsort - -### Introsort - -### Mergesort - -### Quicksort - -### Selectionsort - -### Shellsort - -## Backtracking - -## Graph \ No newline at end of file diff --git a/docs/algorithm.md b/docs/algorithm.md index eeebdfb..9e2fc87 100644 --- a/docs/algorithm.md +++ b/docs/algorithm.md @@ -1,14 +1,18 @@ -# Algorithms +# Algorithm -## Big-O notation +## Scemas -## Iteration +### Iteration -## Recursion +### Rekursion -## Divide and Conquer +### Divide and conquer -## Greedy +### Greedy + +## Komplexität + +## O-Notation ## Sorting algorithm @@ -18,4 +22,8 @@ ### Merge Sort -### Insertion Sort \ No newline at end of file +### Insertion Sort + +## Backtracking + +## Graph \ No newline at end of file