k-beauty-string-sliding-window

Status: IN

`divisor_substrings` uses string conversion and slicing (`str(num)[i:i+k]`) for digit extraction rather than modular arithmetic, which is the standard idiom for digit-substring problems in this repo.

Source: entries/2026/06/06/find-the-k-beauty-of-a-number-solution.md

JSON