Quick Sort Flashcards

1
Q

Quick sort

A

Sorting algorithm that uses pivot and works around it by dividing elements

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

2 phases of quick sort

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

Elements to left of pivot are ___ than pivot

A

smaller

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

Elements to right of pivot are ___ than pivot

A

greater

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