Tag
3 posts tagged with hash-set.
A Python sliding-window solution using a set to maintain unique characters
Using a set to count each consecutive sequence only from its starting point
Comparing brute force, sorting, and hash set approaches for duplicate detection