/three_in_a_row

Solved three in a row game puzzle by implementing backtracking algorithm. This program use the matrix size to solve the game so that each row and column has the same number of blue and white squares and no row and column has same three color in sequence

Primary LanguageJava

No issues in this repository yet.