LeetCode 169: Majority Element [Python]

Опубликовано: 09 Февраль 2026
на канале: Frederik Müller
628
11

Solution and walkthrough of leetcode database problem 169: Majority Element. I'm using MySQL but this solution should work in any SQL dialect such as PostgreSQL SQL Server, etc.

Link to the problem: https://leetcode.com/problems/majorit...

0:00 intro
0:52 counter/hash table/dict
4:13 sort