All Projects → LyashenkoGS → GoogleHashCode2017

LyashenkoGS / GoogleHashCode2017

Licence: MIT license
Assignments for the Google HashCode 2017

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to GoogleHashCode2017

hashcode-practice-even-more-pizza
Google Hash Code 2021 practice problem: "Even More Pizza". Score: 731,455,475
Stars: ✭ 12 (-25%)
Mutual labels:  hashcode
lombok-rs
Lombok port for Rust
Stars: ✭ 31 (+93.75%)
Mutual labels:  hashcode
hashcode
🔑 A javascript module for generating hashcodes of objects
Stars: ✭ 27 (+68.75%)
Mutual labels:  hashcode
HashKode
Kotlin hashcode utilities
Stars: ✭ 15 (-6.25%)
Mutual labels:  hashcode
GoogleHashCode2018
Solutions to Google HashCode 2018
Stars: ✭ 14 (-12.5%)
Mutual labels:  hashcode
hashcode-2018
Solution for Google Hash Code 2018 Qualification Round
Stars: ✭ 14 (-12.5%)
Mutual labels:  hashcode
SpookilySharp
A .NET/Mono implementation of Bob Jenkins’ SpookyHash version 2. Offers 32- 64- and 128-bit hashes of strings, char and byte arrays, streams and any type of object represented by an array of simple types.
Stars: ✭ 20 (+25%)
Mutual labels:  hashcode
HashCode
Google Hash Code solutions.
Stars: ✭ 17 (+6.25%)
Mutual labels:  hashcode

GoogleHashCode2017

google hash code logo hash tags: #hashcode #2017 #googleHashCode Join the chat at https://gitter.im/GoogleHashCode2017/Lobby Build Status

##Pizza Practice problem for the Google HashCode 2017.

##Effectiveness's for v0.02 Slicing of: example, small, medium slices took 10m 39 seconds on a MacBookPro Results:

  • example 6

  • small 30

  • medium 33037

  • big - too long to slicing. Was ran once from the commit and took about 20 hours.(a desktop PC with an Intel-I54670K)

  • original assignment - Task.pdf

  • input data sets

##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

Deprecated

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].