Skip to content

gitter-badger/GoogleHashCode2017

 
 

Repository files navigation

GoogleHashCode2017

google hash code logo

##Pizza Practice problem for the Google HashCode 2017

##Prerequisites

  • Java 1.8
  • maven 3

##Run To build and run the application execute:

   mvn clean install 
   mvn exec:java -Dexec.mainClass="com.google.hashcode.App"

##Submit task automation Google provides an online mechanism to check the task results. It requires:

  • archived source code
  • at least one output file

To zip the source code execute :

./zipSourceCode.sh

To automate interaction with online submission can be used SeleniumIDE with a firefox browser.

  • login to the submission page
  • setup selenium test suite(submitResultsViaSelenium) according to yours file system
  • execute the test case and see scores on web

About

Assignments for the Google HashCode 2017

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.9%
  • Shell 1.1%