The website helps participants of Google Hash Code to solve optimization problems, which are similar to the ones that appear in the competition and get familiar to the format in which Google Hash Code is conducted. The website was built to help students who are part of UVCE Hash Code Hub. However, the website is open to students from other colleges and hubs as well and they can make use of the website for practising optimization problems.
Click here to visit the website.
Click here to know more about Google Hash Code.
- Each problem is an optimization problem.
- The problem statement, input format, constraints, output format and input files for each problem is given.
- The input files should be downloaded. Each input data set is provided in a plain text file containing exclusively ASCII characters with lines terminated with a single '\n' character. When a single line contains multiple elements, they are separated by single spaces.
- The output file must be a text file, containing exclusively ASCII characters with lines terminated with a single '\n' character. When a single line contains multiple elements, they must be separated by single spaces.
- The best score among all submissions is considered.
- Output for each input can be submitted individually.
- Any external libraries or tools can be used to solve the problems.