Implementation of Fibonaci Heap and Binomial Heap Template in C++.The Ide used was Codelite with Mingw Compiler. Please refer Wikipedia for notes on Fibonaci and Binomial Heap. This is not a ready to use Template for Binomial Heap.
You can readily use Fibonaci Heap by adding a line #include "FibonaciiHeap.h" in your Code.
Don't Forget to Include the Files "FibonaciiHeap.h" and "Fibheap.tpp" from this Repo.