Status: IN
`findOcurrences` uses `range(len(words) - 2)` so that `words[i+2]` is always in-bounds — no try/except or sentinel values needed
Source: entries/2026/06/06/occurrences-after-bigram-solution.md
JSON