Teaching Kids Programming – Longest Substring with 2 Distinct Characters by Sliding Window Algorithm
September 9, 2021
algorithms, python, Sliding Window, string, teaching kids programming, Two Pointer, youtube video
No Comments
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a string s, find the length of the longest substring that contains at most 2 distinct characters. Constraints n …
