Python icon indicating copy to clipboard operation
Python copied to clipboard

Majority Element

Open jaygala223 opened this issue 2 years ago • 3 comments

Feature description

The majority element is the element that appears more than ⌊n / 2⌋ times in an array. One may assume that the majority element always exists in the array.

Would you like to work on this feature?

  • [X] Yes, I want to work on this feature!

jaygala223 avatar Oct 05 '22 06:10 jaygala223

I want to contribute to this issue. Can I do so?

7sakshi7 avatar Oct 05 '22 15:10 7sakshi7

Hello Sakshi, appreciate your interest. However, I have already submitted a Pull request for the same. Feel free to take a look at some other issues. Thanks.

On Wed, 5 Oct, 2022, 21:13 Sakshi Agarwal, @.***> wrote:

I want to contribute to this issue. Can I do so?

— Reply to this email directly, view it on GitHub https://github.com/TheAlgorithms/Python/issues/6689#issuecomment-1268611511, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANS4OMSIIF6PTNCS2N7NOALWBWO3VANCNFSM6AAAAAAQ5IEPNA . You are receiving this because you authored the thread.Message ID: @.***>

jaygala223 avatar Oct 05 '22 16:10 jaygala223

Hello, I want to work on this issue, Can you please assign this task to me?

gaurbprajapati avatar Oct 17 '22 06:10 gaurbprajapati

hello there I would like to work on this issue

EpicLulz1509 avatar Oct 18 '22 01:10 EpicLulz1509

I would like to contribute to this issue , I've optimised solution with O(n) time complexity and O(1) space complexity please assign this issue to me

nidhi-2619 avatar Oct 20 '22 06:10 nidhi-2619