/hashcode-2020-practice-round

My Solution to the Google Hash Code 2020 Practice Round

Primary LanguageDartMIT LicenseMIT

Google Hashcode

Practice Round

Here is our solution algorithm for the Google hash code competition. The result sets are in solution/ and the input data in data/

Installation

You need Dart to execute this

$ pub get

Run

$ dart bin/main.dart

Build

$ dart2native bin/main.dart -o build/hashcode

Help

HashCode Slicer Help
$ hashcode <inputfile-path>

Options:
-o, --output-file=<path>    Specify a output File
-p, --[no-]progress         Show the progress of the action
-h, --[no-]help   

Licensed under MIT license (c) 2020 - Konstantin Ullrich