misleading-method-names-exist

Status: IN

Some solution methods have names that do not reflect their algorithm — `countStrings` counts removal steps not strings, and `dfs` performs a greedy linear scan with no recursion or backtracking.

Source: entries/2026/06/06/replace-all-s-to-avoid-consecutive-repeating-characters-solution.md

JSON