* @brief heapifyDown Adjusts new root to the correct position in the heap * This heapify procedure can be thought of as building a heap from * the top down by successively shifting downward to establish the * heap property. * @param arr array to be sorted * @param size size of array * @return void */