Status: IN
`sort_sentence` uses positional scatter (pre-allocate array, place each word at its encoded index in one pass) instead of comparison sort, achieving O(n) time — the same pattern appears in `shuffle-string/solution.py`.
Source: entries/2026/06/06/sorting-the-sentence-solution.md
JSON