Longest Substring Without Repeating Characters in Python

preview_player
Показать описание
This tutorial teaches you how to find and return the longest substring where every character is unique through Python 3. This can easily be modified to find the maximum length substring (rather than the substring itself).

0:00 Explaining the algorithm
10:18 Implementing the algorithm
13:02 Testing the algorithm
13:23 Variation 1: Find last longest substring without repeating characters
13:47 Variation 2: Length of longest substring without repeating characters
Рекомендации по теме