magic-square
Magic Square Java program
//Kevin Clement //Week3A Magic Squares Hey all, doing an introductory assignment to 2dimensional arrays. Below is the code I have done which is pretty much done.[详细]
2023-04-05 12:22 分类:问答MAgic Square function C++
This is my last function for my magic square and for some reason it\'s giving me an error that there is \"\'[int]\' for array subscript\" but I don\'t know what that means, if someone could help expla[详细]
2023-02-10 05:27 分类:问答Brute force magic squares
Basically I have a 3 x 3 grid that is filled with two digit numbers 00 - 99. Some of t开发者_如何转开发he numbers are given as input the rest are unknown. What are some suggestions on how to solve suc[详细]
2023-02-08 22:52 分类:问答Magic Square Program (C++)
For those unfamiliar with the classic magic square algorithm: A magic square is a two dimensional array (n x n) which contains a numerical value between the values 1 and n^2 in each location. Each val[详细]
2023-01-28 23:47 分类:问答program for all possible arrangements of nxn matrix giving unique sum in c
I want a logic for how to get unique sum like in 3x3 matrix 开发者_如何学Cthe number from 1 to 9 (should not be repeated) the matrix looks like[详细]
2022-12-10 04:56 分类:问答