Back to Browse

Remove Nth Node From End of List - LeetCode 19 - Java

1.1K views
Mar 18, 2022
19:00

This is the ultimate guide for the Remove Nth Node From End of List question on LeetCode. I will explain and code both the brute-force solution and the follow up question ("can you solve it in one pass?"). Video Contents: 00:00 - Read and Understand the question 02:00 - Explain the brute-force approach 05:31 - Code the brute-force solution 11:06 - Explain the Follow-up approach 14:48 - Code the Follow-up solution

Download

1 formats

Video Formats

360pmp423.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Remove Nth Node From End of List - LeetCode 19 - Java | NatokHD