Data Structures, Algorithms, & Applications in C++
Chapter 3, Exercise 2
(a)
O(n
3
)
(c)
O(n
2
log n)
(e)
O(n2
n
)