Skip to content

hexmod/hash-code-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash Code Helper

Helper scripts for developing and running hash code problems.

Use this repository to create a new repository for your Hash Code entry by clicking the 'Use this template' button within GitHub to create a new repository that contains all the files within this repository.

Contributing

All contributions are welcome. Submissions should conform to PEP8 styling standards.


Google Hash Code

Google Hash Code Entry. The submission is contained within the src folder can be run using the below instructions. The helper.py file contains helper functions for use when developing the submission, this script is not intended to be part of the submission.

Usage

  • Save the competition data files in the data folder
  • pipenv install - Install dependencies
  • pipenv run python helper.py - Run the helper script

Once the helper script is running, the following options are available:

  • Run the submission for a single data file
  • Run the submission for all data files
  • Zip the submission code
  • Run for all files and zip the submission

Dependencies

  • Python version 3.7.2 or higher
  • pipenv

Created using the Hash Code Helper

Releases

No releases published

Packages

No packages published

Languages