We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
It's recursion, calling the function itself again, but with the slightly smaller problem of a linked list with one less element at the front. Let's step through the code.
Day 15: Linked List
You are viewing a single comment's thread. Return to all comments →
It's recursion, calling the function itself again, but with the slightly smaller problem of a linked list with one less element at the front. Let's step through the code.