View on GitHub

401-data-structures-and-algorithms

linked-list-kth

Add a function to a linked list that takes k as parameter, that counts from the tail by the amount of “k”.

Whiteboard Process

linked-list-kth image link

Approach & Efficiency

JavaScrip file link to github ➜

Go to table of contents