awesome-algorithm-question-solution icon indicating copy to clipboard operation
awesome-algorithm-question-solution copied to clipboard

Remove Nth From End Of Linkded List范围问题

Open Mamong opened this issue 6 years ago • 0 comments

根据实现,例子中N只能取到4,根据题目N可以最多取到5。 因此for循环应该从1开始到<=N

Mamong avatar Aug 21 '19 00:08 Mamong