Skip to content

History / Majority Element

Revisions

  • wiki-review: 2026-07-08T013943Z

    codepath-wiki-review[bot] committed Jul 8, 2026
  • fix(wiki-prepass): 2nd pass — 10 more fixes (doubled words + codespell) 2 doubled-word fixes: - Clone-Graph.md: 'this to to keep track' -> 'to keep track' - Generate-Parentheses.md: 'right right without parenthesis' -> 'right without' 8 codespell fixes: - 01-Matrix.md: co-ordinates -> coordinates - Dungeon-Game.md: co-ordinate -> coordinate - Is-Subsequence.md: everytime -> every time (×3) - Majority-Element.md: incase -> in case (×2) - Shortest-Distance-to-a-Character.md: 'a sting' -> 'a string' (line 22) - Word-Pattern.md: dont' -> don't (×1) Skipped: 'ans' (50+ occurrences) is the standard interview-problem variable for 'answer'. 'yip yip' is intentional character speech in Greet-Player/Update-Catchphrase. 'CoralE' is intentional tree-node naming (CoralA, CoralB, ..., CoralE) in Documenting-Reefs. Millenium (2 occurrences) kept for filename consistency.

    @mitchellcodepath mitchellcodepath committed May 11, 2026
  • Updated Majority Element (markdown)

    @Aburke225 Aburke225 committed Apr 16, 2026
  • Revert "Attempt to organize wiki into file structure" This reverts commit b53dd7f61a13f715c946e79344324902b723415c.

    @sarcb sarcb committed Apr 8, 2024
  • Attempt to organize wiki into file structure

    @sarcb sarcb committed Apr 8, 2024
  • Indent Matching Section for better readability

    @ahrchen ahrchen committed Mar 30, 2023
  • Correct information on majority element alway existing

    @ahrchen ahrchen committed Jan 11, 2023
  • Add missing emojis for under Problem Highlights

    @ahrchen ahrchen committed Dec 6, 2022
  • Pulled UMPIRE solution from https://courses.codepath.org/courses/tip102/unit/2#!session_two + QA Checklist fixes

    @ahrchen ahrchen committed Nov 18, 2022
  • Add Template for Majority Element

    @ahrchen ahrchen committed Nov 17, 2022