Skip to content

Opening book details…

About this document

Java Matrix and Algorithm Implementations is a document available to read on EtoBox.

The document contains code for multiple Java classes that deal with matrices and arrays. The onesMatrix class contains methods to build random and ones matrices, create an effective matrix from another matrix, and print a matrix. The wallAndBall class contains methods to create a random array, find the break point in a tower array, and optimize searching in the array. The flight class contains methods to create a point matrix, calculate distances to zero, find the optimal flight route, and return the route

Language
EN