sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
952 stars 292 forks source link

Majority element in an array (Mostly asked in big tech giants like google, Amazon) #817

Open mansim3006 opened 3 years ago

mansim3006 commented 3 years ago

Majority Element-->element having more than n/2 occurrence ->>In O(n) time complexity

ayush8700 commented 3 years ago

can you assign this to me @sukritishah15

sunilgknair051 commented 3 years ago

@mansim3006 , can you please pitch the idea in detail with an example.

mansim3006 commented 3 years ago

I had already raised PR for this problem

arpit-15s commented 3 years ago

Please assign this issue to me

shubhig226 commented 1 year ago

@mansim3006 I can do this using java