Skip to main content
← All Tags

Hash Sets

1 article in this category

AlgorithmsInterviewSliding Window

Longest Substring Without Repeating Characters: The Sliding Window Technique

Master the sliding window pattern through one of its most elegant applications. Learn how to find the longest substring without repeating characters in O(n) time using a hash set and two pointers.

Read more