Status: IN
`sort_names_by_height` uses the decorate-sort-undecorate pattern (`zip` + `sorted` + comprehension unpacking), which is the idiomatic Python approach for sorting one list by another and recurs across sorting problems in this repo.
Source: entries/2026/06/06/sort-the-people-solution.md
JSON