Binary heaps
- From: "lauren" <bogart.lauren@xxxxxxxxx>
- Date: 30 Aug 2005 23:55:23 -0700
LOG-HEAP UNION is an operation defined as the union of a binary heap of
size N with a binary heap of size log N. Can a binary heap support
LOG-HEAP UNION, INSERT and EXTRACT-MIN each in O(log N) time? I'm
interested in knowing whether this is (i) impossible (ii) non-trivial,
but (maybe) possible (iii) straightforward
Thanks,
Lauren
.
- Follow-Ups:
- Re: Binary heaps
- From: Michal Brzozowski
- Re: Binary heaps
- Prev by Date: Re: Priority Queues
- Next by Date: Re: Binary heaps
- Previous by thread: Priority Queues
- Next by thread: Re: Binary heaps
- Index(es):
Relevant Pages
|