canast02/sigmod2015
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Sample implementation for the SIGMOD Programming Contest 2015. Note that only the cpp implementation is checked for correctness. The implementations are optimized for simplicity and not speed. Compile the program with ./compile.sh Test the program with ( this will only test the small basic.test file) ./test.sh For uploading your submission you can use the ./package.sh which will bundle the following: src/ run.sh test.sh Before packaging please make sure that you remove all binaries from the src/ folder