Nielsen interview question

Topic: Data structure 1 coding question. Given a string and you need to find out the longest substring without repeating character. Time given 12-15 min

Interview Answer

Anonymous

11 Aug 2025

I have used a sliding window approch to tackle the window of substring. And set as a bucket.