Hi,
I'm trying to use Fibonacci heaps to keep <key, value> type of objects
sorted. I require the sorting to be over the key. I've only started
out with Perl and can't figure out how to extend the Heap::Elem class
to make this kind of pair objects for use with Heap::Fibonacci. I have
tried reading up the perldocs but it doesn't seem to be a good
starting point for novices like me. Can someone point me to example
code where I can 'watch and learn' or maybe illustrate to me with the
same Heap::Elem extension?
Thanks for your help!
Cheers,
Ankit
|