Re: Using Heap::Elem

2009-06-30 Thread Ankit Singla
Thanks Chris! These are valuable pointers - I'll try them out and let you know how it goes. Cheers, Ankit - Ankit Singla Research Assistant - EPFL 2009/6/30 Chris Charley : > > - Original Message - From: "Ankit Singla" > > >> Hi, >> >> I'm trying to use

Re: Using Heap::Elem

2009-06-30 Thread Chris Charley
- Original Message - From: "Ankit Singla" Hi, I'm trying to use Fibonacci heaps to keep 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 u