Hello, new to the forum. Thanks for having me. :)

I've implemented a backtracking algorithm to find a single solution to a matrix. Which is represented as an int[][].

It currently finds the...