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.
- Host: GitHub
- URL: https://github.com/ayvero/java_backtracking_magic-board
- Owner: Ayvero
- Created: 2025-03-26T21:09:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-26T21:12:07.000Z (6 months ago)
- Last Synced: 2025-03-26T22:24:39.974Z (6 months ago)
- Topics: backtracking-algorithm, board, java
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0