a = ("Canterbury Tales", 54) b = ("Tale of Two Cities" 21) c = ("The Art of Computer Programming", 8) d = ("Lives of the Rich and Famous", 2) e = ("On the Road", 15) f = ("Tale of Genjii", 50) g = ("Java Programming for Number Crunching and Data Analysis", 3) h = ("War and Peace", 48) insert( a ) insert( b ) insert( c ) insert( f ) insert( g ) insert( h ) x = deleteMin() insert( d ) y = deleteMax() x = deleteMin() insert(x) insert(e) x = deleteMax() x = deleteMax() x = deleteMin()