What would you like to Propose?
New Algorithm under
https://github.com/TheAlgorithms/Java/tree/master/src/main/java/com/thealgorithms/maths
File Name Proposed: MatrixRank.java
What?
An implementation of Rank of a Matrix.
Issue details
More about rank of a matrix: https://en.wikipedia.org/wiki/Rank_(linear_algebra)
Algorithm complexity:
- Time Complexity: O(MNrank)
- Space Complexity: O(N)
Additional Information
Note: This issue is self assigned and PR is raised as a part of hacktoberfest