-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Just for fun Rust port of this solution in case you interested https://github.com/yarcat/parkerwords-rs
These is one thing I'd like to as you about though - the skipped flag. It terminates the recursion early. Is it some kind of heuristics, or is there an actual background for the early termination? We, basically, never check further than two extra letters.
UPD: I think, I get it - it's due to the fact, that there cannot be more than 1 letter missing in the set. That's the reason we don't wanna make more "holes".
Cheers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels