Remove in Heap



I have implemented a heap using Vector class.But I couldnot implement
the removeMin() function to remove the smallest element.Can anyone
help??
.