Data Structures, Algorithms, & Applications in Java
Chapter 3, Exercise 6
(a)
Theta(n
3
)
(c)
Theta(n
2
log n)
(e)
Theta(n2
n
)