Sortering Flashcards

1
Q

Sorteringsalgoritmer

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Selection sort

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Insertion sort

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Bubblesort

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Mergesort

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Quicksort

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Pivotelement

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Facksortering

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Heapsort (sortering med hjälp av en Heap)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Sortering med hjälp av ett binärt sökträd

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Stabil sortering

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Stabil sortering Vad innebär det?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Vilka in-place-algoritmer är stabila?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

För Selection sort, Insertion sort och Quicksort finns två versioner beskrivna:

En version som tar en in-lista och bygger upp en ut-lista.

En version som jobbar direkt i in-listan, s.k. in-place.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly