Data Structures, Algorithms, & Applications in C++
Chapter 3, Exercise 6

(a)
Theta(n3)

(c)
Theta(n2log n)

(e)
Theta(n2n)