solution-class-camelcase-convention

Status: IN

Solutions follow LeetCode's expected interface: a `Solution` class with a camelCase method name matching the problem's canonical signature (e.g., `removeVowels`, `replaceDigits`).

Source: entries/2026/06/06/remove-vowels-from-a-string-solution.md

JSON