Please help, now I have a matrix, I want use Combination algorithm to generate a array for length 6
- by user313429
The first thanks a lot for your help , the following is my matrix, I want to implement combination algorithm between multiple arrays in LINQ for this matrix.
int[,] cj = {
{ 10, 23, 16, 20 },
{ 22, 13, 1, 33 },
{ 7, 19, 31, 12 },
{ 30, 14, 21, 4 },
…