two_pointers

A collection of 2 posts

[LeetCode] #3. Longest Substring Without Repeating Characters cover image
#leet_code#algorithm#medium_level#java#hash_table#two_pointers#string#sliding_window

[LeetCode] #3. Longest Substring Without Repeating Characters

반복되지 않는 가장 긴 문자열을 찾아 봅니다.

[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번째 노드를 제거해 봅니다.