Fix a memory allocation error: allocate (n+1)*size, not n*(size+1).
[sgt/library] / bheap.h
2005-06-08 simonAdd a licence.
2005-01-05 simonThere's a possibility I may need a binary heap in the...