Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decompose the board at narrow aisles #19

Open
bernardosulzbach opened this issue Jan 21, 2020 · 0 comments
Open

Decompose the board at narrow aisles #19

bernardosulzbach opened this issue Jan 21, 2020 · 0 comments
Labels
analysis An idea still being considered enhancement New feature or request

Comments

@bernardosulzbach
Copy link
Owner

Or corridors, I don't know how to call these things.

D D D   D D
D D D C D D D
D D D     D

At the C above, we can split the board B into two smaller boards (BL and BR).

D D D
D D D C
D D D
  D D
C D D D
    D

In order to account for all possible solutions, we need to consider clicking C and not clicking C. Also, if C is up, then it may be lowered by the left or the right, but not by both sides. If it is down, it must not be raised. When solving the split boards, C must not be clicked, as clicking it was considered during the split.

@bernardosulzbach bernardosulzbach added enhancement New feature or request analysis An idea still being considered labels Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analysis An idea still being considered enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant