Updated filestructure
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
francesco 2021-06-06 20:36:40 +02:00
parent ed1376f564
commit 027189c82c
2 changed files with 15 additions and 46 deletions

View File

@ -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

View File

@ -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
### Insertion Sort
## Backtracking
## Graph