Skip to content

Add MatrixRank #4571

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

Merged
merged 12 commits into from
Oct 25, 2023
Merged

Add MatrixRank #4571

merged 12 commits into from
Oct 25, 2023

Conversation

anupomkar
Copy link
Contributor

@anupomkar anupomkar commented Oct 2, 2023

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.

closes #4570

@anupomkar anupomkar force-pushed the feature/matrix-rank-algo branch from 4fe9c12 to 0f17227 Compare October 2, 2023 17:36
@anupomkar
Copy link
Contributor Author

@yanglbme @debasishbsws @vil02 @BamaCharanChhandogi can you please review this PR. And also please mark this as hacktoberfeast and hackstoberfeast-accepted while merging

@vil02 vil02 self-assigned this Oct 9, 2023
@anupomkar anupomkar force-pushed the feature/matrix-rank-algo branch 3 times, most recently from 610846f to 6f65982 Compare October 12, 2023 16:11
@anupomkar anupomkar force-pushed the feature/matrix-rank-algo branch from 6f65982 to 32608b0 Compare October 12, 2023 16:13
@anupomkar anupomkar requested a review from vil02 October 12, 2023 16:18
@anupomkar anupomkar force-pushed the feature/matrix-rank-algo branch from 0cba2a8 to 7af3679 Compare October 17, 2023 17:24
@anupomkar anupomkar force-pushed the feature/matrix-rank-algo branch from 7af3679 to 269f7b6 Compare October 17, 2023 17:26
@siriak siriak requested a review from vil02 October 17, 2023 18:17
Copy link
Member

@vil02 vil02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost there.

@anupomkar
Copy link
Contributor Author

Almost there.

Made changes as suggested. Also please mark this as hacktoberfeast and hackstoberfeast-accepted

@anupomkar anupomkar requested review from vil02 and siriak October 18, 2023 17:22
@vil02
Copy link
Member

vil02 commented Oct 18, 2023

Also please mark this as hacktoberfeast and hackstoberfeast-accepted

This is really not needed. This repo has the hacktoberfest tag, and the website recognizes that.

siriak
siriak previously approved these changes Oct 19, 2023
@anupomkar anupomkar force-pushed the feature/matrix-rank-algo branch from b9641da to 34a1853 Compare October 25, 2023 07:51
@anupomkar anupomkar requested a review from siriak October 25, 2023 07:53
Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vil02 please check

@vil02 vil02 changed the title feat: adding matrix rank algorithm Add MatrixRank Oct 25, 2023
@vil02 vil02 merged commit 9dde8a7 into TheAlgorithms:master Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE REQUEST] Addition of Rank Of Matrix Algorithm
3 participants