We will highlight the downheap bubbling which took place at each stage.
Here is the original heap:
After first call to removeMin() (which removes '3'):
After second call to removeMin() (which removes '6'):
After third call to removeMin() (which removes '8'):
After fourth call to removeMin() (which removes '9'):
After fifth call to removeMin() (which removes'11'):