Given the list of elements 9,3,6,5,1,2,4,8,7, what would be their order after the loop for the heap construction phase executes?
A) 9, 8, 6, 5, 1, 2, 4, 3, 7
B) 9, 8, 7, 6, 5, 1, 2, 4, 3
C) 9, 8, 7, 6, 5, 4, 3, 2, 1
D) 9, 7, 8, 6, 5, 2, 4, 3, 1