I'm trying to understand how to implement Fibonacci heap operations. Given we have the following heap:
How would we decrease 35 to 27, for example? The order is not preserved since 27 is not greater than 30, so we must rebuild the heap. So where does 27 go? Under 5?