dhruva-shashi / uvce-hash-code-hub

A website for programming enthusiasts to practice optimization problems similar to the problems which appear in Google Hash Code.

Home Page:https://uvce-hash-code-hub.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UVCE Hash Code Hub

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.

General Instructions

  • 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.

About

A website for programming enthusiasts to practice optimization problems similar to the problems which appear in Google Hash Code.

https://uvce-hash-code-hub.vercel.app


Languages

Language:Python 73.8%Language:JavaScript 13.9%Language:CSS 6.7%Language:HTML 5.6%