Skip to content
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

Majority element using Moore's voting algorithm #143

Merged
merged 1 commit into from
Oct 1, 2021
Merged

Majority element using Moore's voting algorithm #143

merged 1 commit into from
Oct 1, 2021

Conversation

abhijeetaman007
Copy link
Contributor

@abhijeetaman007 abhijeetaman007 commented Sep 30, 2021

Problem

Solution

  • MajorityElement.cpp

Changes proposed in this Pull Request :

  • 1.Added solution to Majority element in O(1) space - using Moore's Voting Algo.
  • 2.
  • ..

Other changes

@fineanmol fineanmol added the question Further information is requested label Sep 30, 2021
@abhijeetaman007
Copy link
Contributor Author

abhijeetaman007 commented Sep 30, 2021

Hey, anything else should I add?

Can you please merge it.

@abhijeetaman007
Copy link
Contributor Author

I updated question, kindly review and merge.

@fineanmol
Copy link
Owner

fineanmol commented Oct 1, 2021

Hey, anything else should I add?

Can you please merge it.

Hello @abhijeetaman007, you can make as many contributions as you like. I am merging your request now. Happy Coding!

@fineanmol fineanmol merged commit c482bba into fineanmol:master Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants