Skip to content

Togodumnus/google_hashcode_2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Hashcode 2016

Schedule Satellite Operations problem from the Google Hashcode 2016 final round. Project at Polytech Nantes, the graduate school of engineering of the University of Nantes (France), 4th year, C++ course.

Main objetive : learn C++. Multiple algorithms tried for fun.

+---------------+-----------------+-------+
|    Dataset    |      Score      | Time  |
+---------------+-----------------+-------+
| forever_alone | 48 000 (34.44%) | 1s    |
| constellation | 61 631 (2.06%)  | 5min  |
| overlap       | 10 490 (0.9%)   | 35min |
| weekend       | 49 026 (0.73%)  | 6min  |
+---------------+-----------------+-------+

Build

cmake .
make
make doc

Should work on Windows & Visual Studio too.

Use

./bin/hashcode
./bin/arbitre

About

Schedule Satellite Operations problem for the Google hashcode 2016 final

Resources

Stars

Watchers

Forks

Packages

No packages published