Studying Java data structures and algorithms
-
- Matrix filled with random values within given range
-
- Transposition of matrix
-
- Matrix (quick)sorted by specified column/row
-
- Matrix shifted by specified steps to the right/left and up/down
-
- Largest continuous ascending/descending row/column block of matrix
-
- List of accumulated sums between first and second positive number for each row
-
- Computation of row/column norm of a matrix
-
- Rotation of matrix by 90,180,270 degrees counterclockwise
-
- Determinant of square matrix computed recursively and non-recursively
-
- Computation of matrix with elements deducted by row average
-
- Creation of matrix without rows and columns where maximums located
-
- Creation of matrix without rows and columns where zeroes found
-
- Swapping rows and columns of first minimum and appointed element of matrix
-
- Ordering matrix row elements so that zeroes placed behind
-
- Decimal matrix rounding
-
- Fetching list of saddling points
-
- Ordering matrix by row totals
-
- Sorting matrix by column characteristics in descending order
-
- Determining set of local minimums and its size
-
- Determining smallest of local maximums
-
- Full/partial quick/selection sort of real matrix by diagonal