Given the following list of integers, show the steps of heap sort to sort the list in ascending order. List: [12, 11, 13, 5, 6, 7]. In the first step, a max heap should be constructed. What could it be?
*Which of the following sorting algorithms is not stable?
*Does this form look suspicious? Report