Given a string s, find the length of the longest substring without repeating characters.disscuss에도 풀이를 설명과 함께 올려두었다end pointer를 이동해가며 해당 알파벳이 set에 들어있
Design a HashSet without using any built-in hash table libraries.void add(key) Inserts the value key into the HashSet.bool contains(key) Returns wheth