判断题:Given a min-heap with unique keys, there are at least `h-1` keys
Given a min-heap with unique keys, there are at least h-1 keys less than any key in level h (the root level is 1).
答案:TRUE
答案:TRUE