mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
Improved code readability and code quality (#4663)
* Fixed Small typos :-) * Update BufferedReader.java * Made the following changes : * Improved readability of files and removed gramatical errors. * Implemented data assigning instead of manually calling arr.ylength in several instances like FindMax, FindMaxRecursion etc. * Removed unwanted params from several files * Implemented Math methods in files math/FindMinRecursion.java and FindMaxRecursion.java * Update src/main/java/com/thealgorithms/maths/FindMinRecursion.java --------- Co-authored-by: Debasish Biswas <debasishbsws.dev@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import java.util.*;
|
||||
|
||||
/*
|
||||
* @author Ojasva Jain
|
||||
* Determinant of Matrix Wikipedia link : https://en.wikipedia.org/wiki/Determinant
|
||||
* Determinant of a Matrix Wikipedia link: https://en.wikipedia.org/wiki/Determinant
|
||||
*/
|
||||
public class DeterminantOfMatrix {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user