typing-list-used-for-compatibility

Status: IN

Solutions consistently use `typing.List` for type annotations rather than the built-in `list[str]` syntax available in Python 3.9+, maintaining backward compatibility across the repo.

Source: entries/2026/06/06/number-of-strings-that-appear-as-substrings-in-word-solution.md

JSON