comparing 2D array element with 1D array elementI have a dynamic 2D array and I need to compare it to a static1D arrays elements, but my code doesn'...
sorting 2 dimensional dynamic array in ascending orderHello! I got a 2d dynamic array to sort. If i have for an example ar array like: 321 231 321 ...
sorting dynamic 2D arrayMy question is how to sort it 1 row at a time. Would it be something like- [code] int** A; cin>>n; A...
sorting dynamic 2D arrayI want to sort a 2D DYNAMIC array horizontaly & verticaly. I want to do it 1 row at a time, such as ...
Latin squareHello! I have an assignment in which I have to check if an entered DYNAMIC 2D array is a latin squa...
This user does not accept Private Messages