PicoJr / 2020-hashcode-rust

2020 google hashcode qualification round in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Hash Code 2020 Qualification Round

Example

cargo run --release example/*.txt

output:

example/a_example.txt done in 0s 0ms
example/b_read_on.txt done in 0s 33ms
example/c_incunabula.txt done in 4s 461ms
example/d_tough_choices.txt done in 45s 566ms
example/e_so_many_books.txt done in 1s 830ms
example/f_libraries_of_the_world.txt done in 0s 287ms

Score

input score time
a_example.txt 17 <1s
b_read_on.txt 5,821,000 <1s
c_incunabula.txt 5,683,014 4s
d_tough_choices.txt 5,028,725 46s
e_so_many_books.txt 4,525,774 2s
f_libraries_of_the_world.txt 5,183,128 <1s
total 26,241,658 52s

About

2020 google hashcode qualification round in Rust

License:Apache License 2.0


Languages

Language:Rust 100.0%