top of page


LeetCode - Minimum Size Subarray Sum
Given an array of positive integers nums and a positive number target, find the length of the smallest contiguous subarray whose sum is

Code Recipe
Dec 25, 20244 min read
45 views
1 comment


GeeksforGeeks - Maximum Sum Subarray of Size K
Given an array of positive numbers and a positive number 'k', find the maximum sum of any contiguous subarray of size 'k'.

Code Recipe
Dec 24, 20243 min read
416 views
1 comment


3. Longest Substring Without Repeating Characters - LeetCode Fastest Solution
Given a string s, find the length of the longest substring without repeating characters. s consists of English letters, digits, symbols and

Code Recipe
Dec 22, 20217 min read
71,964 views
10 comments
bottom of page