Data Structures, Algorithms, & Applications in C++
Chapter 3, Exercise 8
(a)
Theta(m
2
n
2
+m
3
n)
(c)
Theta(m
4
+n
3
+m
3
n
2
)