Menu

salgo - sorting algorithms / News: Recent posts

MDI capacity added

Before releasing the first version of salgo-2 I wanted to add an MDI interface. I had to implement or correct many code passages but after all the code became much more structured and readable.

Data is stored only where it's needed and is populated via signals and slots in a much more intensive manner than before. A menu bar has been added to clean up the whole interface.

From now on it should be that long until the initial release of salgo-2. ... read more

Posted by Konrad Kleine 2005-09-07

New Gold Member (hihi)

Our team is proud to welcome the amazing Jens Lukowski to the developers team.
Yessss!

Posted by Konrad Kleine 2005-08-28

salgo-2 plugin system

Until now I had to compile every sorting algorithm into the final build, which was kinda nasty. Therefore I've looked around a bit and found Qt4's plugin system. It shouldn't take long to implement this feature in salgo-2, so stay tuned!

Posted by Konrad Kleine 2005-08-22

salgo-1 release & notes on salgo-2

I've added the old command line version of salgo (salgo-1). Note, that this release is not officially supported but if you wrote sorting algorithms that shall be included or if you have any comments on salgo-1 you can contact me and I'll see what I can do.
The programming language used in salgo-1 is C. One of the biggest problem with it was the namespace of functions with the same name. For this reason and many other (GUI, visualization, ...), I've switched to C++.
Currently I'm doing a lot of work, managing my sf.net CVS account. You may find some bleeding edge sources there.... read more

Posted by Konrad Kleine 2005-08-17