top of page
Code Recipe
Dec 25, 20244 min read
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
25 views1 comment
Code Recipe
Dec 24, 20243 min read
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'.
39 views1 comment
Code Recipe
Dec 22, 20218 min read
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
71,850 views10 comments
bottom of page