From e2a10c7b77b03bacf4d8b8dcf08f8f8f47628314 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 19 Feb 2008 09:24:27 +0000 Subject: Bu::Heap is a real class, it works great, except it doesn't grow right now. I'm thinking the heap should add one layer to the binary tree each time it grows, which means double+1 each time. The Bu::ItoHeap will be implemented as soon as the rest of Bu::Heap is done. Also, I finally added bu/util.h which is mainly handy template functions like Bu::swap, Bu::min, Bu::max, and Bu::mid. A few more may be added. --- src/itoheap.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/itoheap.h (limited to 'src/itoheap.h') diff --git a/src/itoheap.h b/src/itoheap.h new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3