I was trying to understand how to convert a list to a min-heap. I did my own simple recursive implementation which seems to work, but I was curious to understand how h
h