Skip to content

richard4912/brick-pop-solver

Repository files navigation

Brick Pop Solver

Usage

After compilation, run: java Runner [filename]

Output is formatted as (row, column), 0-indexed, from bottom-left.

Algorithm

Simple DFS, but parallelized for performance. Algorithm returns when first solution found.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages