banned-set-conversion-for-o1-lookup

Status: IN

`mostCommonWord` converts the `banned` list to a `set` before filtering, ensuring O(1) amortized membership checks during the counting pass.

Source: entries/2026/06/06/most-common-word-solution.md

JSON