This commit is contained in:
parent
ed1376f564
commit
027189c82c
39
algorithm.md
39
algorithm.md
@ -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
|
|
@ -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
|
## Sorting algorithm
|
||||||
|
|
||||||
@ -18,4 +22,8 @@
|
|||||||
|
|
||||||
### Merge Sort
|
### Merge Sort
|
||||||
|
|
||||||
### Insertion Sort
|
### Insertion Sort
|
||||||
|
|
||||||
|
## Backtracking
|
||||||
|
|
||||||
|
## Graph
|
Loading…
Reference in New Issue
Block a user