Version 0.01

1. Place all source files in a directory of your choice.
   Note: the lib-file is for compilation under Windows only - Windows version of pthreads.
2. With gcc, compile with

     gcc -o greedy -lpthread *.c

3. The executable file 'greedy' should appear in your directory.


You can check main.c for some alternative code.
There is a test suite that runs through several tests for all supported algorithms.

Several files are superfluous. sorry for not weeding this out for you, but you may find some interesting stuff if you are so inclined! In any case, they do no harm.
