Tag Archives: iterative approach
LeetCode Remove Nth Node From End Of The List Solution
This is a solution that aims to solve LeetCode problem number 19 Remove the n-th node from the end of the linked list. Continue reading
Posted in LeetCode
Tagged iterative approach, Java, Java solution, LeetCode, Linked List, medium, Two Pointers
Leave a comment