Skip to content

Instantly share code, notes, and snippets.

@colonelpanic8
Created August 21, 2024 20:10
Show Gist options
  • Save colonelpanic8/f926efe3d79381a8bf055e485ffc8656 to your computer and use it in GitHub Desktop.
Save colonelpanic8/f926efe3d79381a8bf055e485ffc8656 to your computer and use it in GitHub Desktop.
import enum
class SlashType(enum.Enum):
FORWARD = enum.auto()
BACKWARD = enum.auto()
def count_regions_in_slashes_grid(slashes_grid: list[list[SlashType]]):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment