put your wordlist.txt to ~/. and run
./graldew run
just for TDD and easy refactoring
./graldew clean test
Giant list tests with 45425 words and 727 possible concatenations.
- Duration: waiting and waiting and waiting, canceled after 30 min.
With prefiltered lists and parallel streams.
- Duration 327557 ms ~ 5.5 min. (was not able to use any app on my pc in parallel)
With search tree Inspired by solution in ruby.
- Duration 69 ms.