counter-over-simulation-pattern

Status: IN

`countStudents` replaces O(n^2) queue simulation with O(n) frequency counting via `Counter`, recognizing that queue position determines eating order but not eating possibility.

Source: entries/2026/06/06/number-of-students-unable-to-eat-lunch-solution.md

Depended on by

JSON