String manipulation and sliding window problems appear constantly at Google. The brute force usually checks every substring: or worse. Your job is to find the solution.
You'll work through LeetCode problems: Longest Substring Without Repeating Characters, Minimum Window Substring, Group Anagrams, Valid Parentheses, and Text Justification.