mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-06-27 18:59:35 +08:00
8e6eace56b
singleNumber->findUnpaired, longestCommonPrefix->sharedPrefix, removeDuplicates->inplaceDeduplicate, maxProfit->bestSingleTrade. Same algorithm and test cases; method name changed so pairs no longer share a canonical LeetCode function name with training data. Also update results.md Q14 table: add hack_train/solve_train columns, vanilla row, and prog_wide contamination note (docs/ is gitignored). Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>