bare-function-vs-solution-class-inconsistency

Status: IN

Some solutions use a `Solution` class with methods (e.g., `reverseVowels`, `maximumWealth`, `countPoints`) while others use bare functions (e.g., `judgeCircle`, `reverse_words_in_string`) — the repo is not consistent about which convention to use.

Source: entries/2026/06/06/robot-return-to-origin-solution.md

JSON