solution-class-vs-standalone-function

Status: IN

Solutions use two module patterns inconsistently: some define a standalone function (e.g., `max_product`, `max_score_after_splitting`), while others wrap the function in a `Solution` class following LeetCode's submission convention (e.g., `maximum-value-of-a-string-in-an-array`).

Source: entries/2026/06/06/maximum-value-of-a-string-in-an-array-solution.md

Depended on by

JSON