solutions-use-both-class-and-function-styles

Status: IN

Some solutions wrap the algorithm in a `Solution` class (e.g., `construct2DArray`), while others use bare module-level functions (e.g., `no_zero_integers`, `to_hex`); both patterns coexist in the repo.

Source: entries/2026/06/06/convert-integer-to-the-sum-of-two-no-zero-integers-solution.md

JSON