kth-distinct-is-one-indexed

Status: IN

The parameter `k` is 1-indexed; passing `k=1` returns the first distinct string, matching LeetCode's contract.

Source: entries/2026/06/06/kth-distinct-string-in-an-array-solution.md

JSON