Skip to content

canast02/sigmod2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

ACM Sigmod 2015 Programming Contest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages