Skip to content

[FEATURE REQUEST] Addition of Rank Of Matrix Algorithm #4570

@anupomkar

Description

@anupomkar

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:

  1. Time Complexity: O(MNrank)
  2. Space Complexity: O(N)

Additional Information

Note: This issue is self assigned and PR is raised as a part of hacktoberfest

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions