Mini Project - Binomial Heap
Supervisor:
Programer:
Overview:
This program is a graphical user interface of Binomial Heap.
A Binomial Heap is a collection of binomial trees that satisfies
the following binomial heap properties:
1. Each binomial tree in H is heap-ordered : the key of a node
is greater than or equal to the key of its parent.
2. there is at most one binomial tree in H whose root has a given
degree.
- You can run the GUI of Binomial Heap by clicking on
- and download the software by clicking on
- After downloading, you will have a zip file named tar.zip
After unziping it, you will have a new directory named bin,
inside you will have a file named bheap.html.
this file is need to be loaded by Internet Explorer
- this program is written in Java and the GUI is written in Applet.
This programm is writen for Microsoft Windows platform and
shoud be run in Internet Explorer.
In university it can be run in 34/302 , 34/310 or 34/314 rooms