2006-06-26Smaller Simple Bucket Heap
deba [Mon, 26 Jun 2006 15:40:35 +0000] rev 2110
Smaller Simple Bucket Heap
- the list node does not store the value
- trade off: linear time operator[]

2006-06-22Set svn:ignore property.
ladanyi [Thu, 22 Jun 2006 18:34:35 +0000] rev 2109
Set svn:ignore property.

2006-06-22Single makefile.
ladanyi [Thu, 22 Jun 2006 18:20:25 +0000] rev 2108
Single makefile.

2006-06-22Added reserveNode function.
deba [Thu, 22 Jun 2006 15:16:11 +0000] rev 2107
Added reserveNode function.

2006-06-21Set props.
ladanyi [Wed, 21 Jun 2006 11:15:01 +0000] rev 2106
Set props.

2006-06-21Moved the po directory to glemon/trunk.
ladanyi [Wed, 21 Jun 2006 08:42:01 +0000] rev 2105
Moved the po directory to glemon/trunk.

2006-06-21Moved the gui to glemon/trunk.
ladanyi [Wed, 21 Jun 2006 08:39:28 +0000] rev 2104
Moved the gui to glemon/trunk.

2006-06-21Exclude the gui from the build.
ladanyi [Wed, 21 Jun 2006 08:35:23 +0000] rev 2103
Exclude the gui from the build.

2006-06-20Slight changes in doc.
athos [Tue, 20 Jun 2006 15:20:08 +0000] rev 2102
Slight changes in doc.

2006-06-19Improvement:
deba [Mon, 19 Jun 2006 13:44:06 +0000] rev 2101
Improvement:

The item sets are written in the order sorted by the labels.

It solves the problem if we read a graph from a file and
then write it back then the nodes will be reversed.
It can be switched off with the LemonWriter interface.