An open API service indexing awesome lists of open source software.

https://github.com/ayvero/java_backtracking_magic-board

The objective of this exercise is to develop an algorithm to place n*n distinct natural numbers, ranging from 1 to a value k (where k > n*n), on an n x n board. The constraint is that the sum of the numbers in each row and each column must be equal to a specific value S.
https://github.com/ayvero/java_backtracking_magic-board

backtracking-algorithm board java

Last synced: 6 months ago
JSON representation

The objective of this exercise is to develop an algorithm to place n*n distinct natural numbers, ranging from 1 to a value k (where k > n*n), on an n x n board. The constraint is that the sum of the numbers in each row and each column must be equal to a specific value S.

Awesome Lists containing this project