public class MinHeap extends Object
MinHeap(int max, int objSize)
Long
getOrderedValue(int position)
void
insert(Object[] objs)
Object[]
minvalue()
print()
removemin()
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MinHeap(int max, int objSize)
public void insert(Object[] objs)
public Object[] removemin()
public Object[] minvalue()
public int size()
public Long getOrderedValue(int position)
public void print()
Copyright © 2021. All rights reserved.