100+ curated problems from top tech interviews
11 problems found
Find longest substring without repeating...
Check if s1 permutation in s2...
Max fruit with at most 2 types...
Find minimum length subarray with sum >= target...
Find max profit from one transaction...
Max length after k character replacements...
Max ones after flipping k zeros...
Find all substrings with concatenated words...
Given two strings s and t of lengths m and n respectively, return the minimum window substring of s such that every character in t (including duplicat...
You are given an array of integers nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You ca...
Given a string s, find the length of the longest substring without repeating characters....