There's a possibility I may need a binary heap in the near future,
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 5 Jan 2005 18:08:07 +0000 (18:08 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 5 Jan 2005 18:08:07 +0000 (18:08 +0000)
commit80aaeadadee69b7b1104e044ab619f65d09b3847
treea7697651e637b7eba9b6df3e70db13b6563b1f57
parente7f01466d20b1aa11b14337638b7befa8f85d6e3
There's a possibility I may need a binary heap in the near future,
and they're always handy things to have around. So here's a brand
new, but decently tested and apparently robust, generic binary heap
implementation just in case it comes in handy.

git-svn-id: svn://svn.tartarus.org/sgt/library@5065 cda61777-01e9-0310-a592-d414129be87e
bheap.c [new file with mode: 0644]
bheap.h [new file with mode: 0644]