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