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
|
||||
|
||||
@ -19,3 +23,7 @@
|
||||
### Merge Sort
|
||||
|
||||
### Insertion Sort
|
||||
|
||||
## Backtracking
|
||||
|
||||
## Graph
|
Loading…
Reference in New Issue
Block a user