Question d’entretien chez Nielsen

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

Réponse à la question d'entretien

Utilisateur anonyme

11 août 2025

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