Decision - Orders Flashcards
1
Q
What is the order of bubble sort?
A
Quadratic order
2
Q
What is the order of quick sort?
A
Logarithmic order
3
Q
What is the order of Prim’s algorithm?
A
Cubic order
4
Q
What is the order of Kruskal’s algorithm?
A
Cubic Order
5
Q
What is the order of bin pack?
A
Quadratic Order
6
Q
What is the order of Floyd’s algorithm?
A
Cubic Order
7
Q
What is the order of Dijkstra’s algorithm?
A
Quadratic Order