Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 261 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 261 Bytes

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.