dsa.js-data-structures-algorithms-javascript icon indicating copy to clipboard operation
dsa.js-data-structures-algorithms-javascript copied to clipboard

Linked List Code Typo But Not Sure 😄

Open dev-arminder opened this issue 3 years ago • 0 comments

Here on Line 11 and 12 Both Comment says about moving slow pointer (on Line 11 - slow moves by 1, on Line 12 slow moves by 2 ).

Isn't should be fast pointer on line 12 or I am getting something wrong.

image

dev-arminder avatar Mar 09 '22 04:03 dev-arminder