copy-paste-naming-errors-cosmetic-only

Status: IN

Method name mismatches caused by copy-paste across solution files are purely cosmetic — they affect readability but not runtime correctness or test outcomes.

Justifications

most misnamed methods (num_rescue_boats implementing reverse-only-letters, kids_with_candies implementing shuffle-string) still compute the correct answer; the gate flips OUT if any mismatch causes actual behavioral confusion, as with get_max_occurrences which misleads about what the function computes

Depends on (SL): method-name-mismatches-common, function-misnaming-is-systematic

Unless: function-name-mismatches-behavior

JSON