Majority element

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; // Majority Element: Find the element appearing more than ⌊n/2⌋ times. int main() { cout << "Hello World!"; return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines