counter-two-pass-max-then-count

Status: IN

`countLargestGroup` uses a two-pass pattern over Counter values — first `max()` to find the largest group size, then a second pass to count groups matching that max — rather than a single-pass or heap approach.

Source: entries/2026/06/06/count-largest-group-solution.md

Depended on by

JSON