Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
320 stars 475 forks source link

Majority Element #1064

Open 19bce502 opened 3 years ago

19bce502 commented 3 years ago

Aim: Given an array A of N elements. Find the majority element in the array. A majority element in an array A of size N is an element that appears more than N/2 times in the array.

Please assign me this problem under LGM SOC I will be doing in C++.

Programming language

Saurabh4626 commented 3 years ago

where will u push?

19bce502 commented 3 years ago

in gfg folder

Jagannath8 commented 3 years ago

Can I do in Java? I'm a participant of LGM Soc21.

1218muskan commented 3 years ago

Please assign me this issue under LGM SOC'21 . I would like to code in python.