Foundit3923 / Wildcard_master

0 stars 0 forks source link

without_last_sqm no masking repeating pattern issue #6

Open Foundit3923 opened 4 years ago

Foundit3923 commented 4 years ago

The without_last_sqm version will return true on: Q: abbc T: abcbb

Without the masking we don't delineate between explored and unexplored areas. This issue will go away with the addition of a moving window because we will shift the found locations out.