Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
anupomkar opened this issue Oct 2, 2023 · 4 comments · Fixed by #4571
Closed

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

anupomkar opened this issue Oct 2, 2023 · 4 comments · Fixed by #4571
Assignees

Comments

@anupomkar
Copy link
Contributor

anupomkar commented Oct 2, 2023

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

@anupomkar
Copy link
Contributor Author

anupomkar commented Oct 2, 2023

@anupomkar anupomkar mentioned this issue Oct 2, 2023
5 tasks
@mrunal12345-lab
Copy link

can i work on this

@anupomkar
Copy link
Contributor Author

can i work on this

As mentioned in Additional info, this is self assigned and PR is up.

@AbinMadathil
Copy link

Please do verify and merge my pull request..:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants