Status: IN
`longest_common_prefix` scans characters column-by-column across all strings (vertical scanning), not by comparing pairs of strings sequentially
Source: entries/2026/06/06/longest-common-prefix-solution.md
JSON