Skip to content

samuelebortolotti/google-hashcode-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Hashcode 2021

Repository concerning the test and the main problem of the Google Hashcode competition of 2021.

Members

Name Surname Github Username
Emanuele Beozzo emanuelebeozzo
Leonardo Xompero leonardo-xompero
Samuele Bortolotti samuelebortolotti
Simone Alghisi Simone-Alghisi

Contents

The repository is structured in the following way:

.
├── bin
├── hashcode_2021_online_qualifications.pdf
├── input
│   ├── a.txt
│   ├── b.txt
├── Makefile
├── output
│   ├── output_a.txt
│   ├── output_b.txt
├── README.md
├── src
│   └── main.cpp
└── training
    └── practice-problem
        ├── bin
        ├── input
        │   ├── a_example
        ├── Makefile
        ├── output
        │   ├── output_a_example
        ├── practice_round_2021_v3.pdf
        └── src
            └── main.cpp

Set up

In order to set up the project you first need to compile it using GNU/Make:

make build

Then run the program with input the file you want to process in the following way:

./bin/main file_0.txt ... file_n.txt

The result can be found in the output folder.

Instead of running those two commands in chain, you can directly run the following line to first compile the C++ file and then run it using the input whose index is specified by the FILE variable value.

make run FILE=2

For more information run make help

About

Repository containing all the material for the 2021 Google Hashcode competition

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published