Here is our solution algorithm for the Google hash code competition. The result sets are in solution/
and the input
data in data/
You need Dart to execute this
$ pub get
$ dart bin/main.dart
$ dart2native bin/main.dart -o build/hashcode
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