fheap

Fibonacci heap implementation
git clone git://www.tkruger.se/fheap.git
Log | Files | Refs | README

README (142B)


      1 fheap
      2 =====
      3 
      4 Fibonacci heap implementation (a type of priority queue) that uses
      5 uint64_t's as "keys"/"values". Based on the CLRS description.