zhedahht / CodingInterviewChinese2

《剑指Offer:名企面试官精讲典型编程面试题》第二版源代码
Other
5.32k stars 2.17k forks source link

Minor fix description of the problem CuttingRope #89

Closed jiannanya closed 1 year ago

jiannanya commented 2 years ago

fix: 修改第17行k[m] 为 k[m-1] 绳子剪成m段,每段序号应该是k[0]到k[m-1](如果序号从零开始的话)

notice: 因为字符转换问题,commit 删改检测可能与实际删改不符