Consider the heap above. Which array below represents this heap?
a) a = [16, 10, 14, 3, 9, 7, 8, 1, 4, 2]
b) a = [16, 14, 10, 8, 7, 9, 3, 2, 4, 1]
c) a = [16, 14, 8, 2, 4, 7, 1, 10, 9, 7]
d) None of the above