fchollet / ARC-AGI

The Abstraction and Reasoning Corpus
Apache License 2.0
3.47k stars 575 forks source link

Prevent infinite loop in floodfill corner case #42

Closed dmauskop closed 4 years ago

dmauskop commented 4 years ago

Prevent infinite loop that results if user tries to redundantly floodfill a section of the grid with the section's existing color.