Skip to content

Kinda 1:1 Rust port #3

@yarcat

Description

@yarcat

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions