How to fill 2D array in C in order without index specification?
Trying to code the laplace expansion as i’m learning it in college and i’m stuck when it comes to getting the minor matrix of a big matrix. This are always square matrices and the minor matrix is always 1 size less than the big matrix, such that: matrix = nxn => minor = (n-1)x(n-1).