Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 169 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 169 Bytes

Rust Boggle Solver

Finds all words on a N x M boggle board.

Solves a 256 x 256 board in 1.7s on my machine when run in serial, 0.4s in parallel.