linked_list

A collection of 1 post

[LeetCode] #19. Remove Nth Node From End of List cover image
#leet_code#algorithm#medium_level#java#linked_list#two_pointers

[LeetCode] #19. Remove Nth Node From End of List

한번의 순회를 통해, 뒤에서 n번째 노드를 제거해 봅니다.