(datastructure)Binary heap delete min big theta time question
in binary heap, when doing delete min.
best:bigtheta(1)
avg:bigtheta(logn)
amor:bigtheta(logn)
worst:bigtheta(logn)
in binary heap, when doing delete min.
best:bigtheta(1)
avg:bigtheta(logn)
amor:bigtheta(logn)
worst:bigtheta(logn)