nibble-extraction-produces-lsb-first

Status: IN

The hex conversion loop extracts digits from least-significant to most-significant nibble, collecting them in reverse order and requiring a final `reversed()` call.

Source: entries/2026/06/06/convert-a-number-to-hexadecimal-solution.md

JSON