naive solver: remember position of contained but unmatched chars #2

Closed
opened 2024-03-22 22:49:51 +01:00 by PlexSheep · 1 comment
Owner

Chars that are in the solution but have not yet been matched should not be placed to the same position twice

Chars that are in the solution but have not yet been matched should not be placed to the same position twice
PlexSheep added the
Kind/Enhancement
Priority
Medium
Reviewed
Confirmed
labels 2024-03-22 22:49:51 +01:00
PlexSheep referenced this issue from a commit 2024-03-22 22:50:46 +01:00
Collaborator
     Running `target/debug/wordlesolve -ns nines`
2024-07-31T08:53:00.105808Z  INFO using naive solver
0. guess: which
1. guess: first
2. guess: lives
3. guess: sides
4. guess: sizes
5. guess: mines
6. guess: pines
You lose! The solution was Some(("nines", 3.595536e-7)).

still happening

``` Running `target/debug/wordlesolve -ns nines` 2024-07-31T08:53:00.105808Z INFO using naive solver 0. guess: which 1. guess: first 2. guess: lives 3. guess: sides 4. guess: sizes 5. guess: mines 6. guess: pines You lose! The solution was Some(("nines", 3.595536e-7)). ``` still happening
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PlexSheep/wordle-analyzer#2
No description provided.