top of page
Code Recipe
Admin
Owner
+4
More actions
Profile
Join date: Nov 30, 2021
Badges
- OwnerThis badge is for the owner of Code Recipe.
Posts (45)

Jan 31, 2025 ∙ 4 min
2574. Left and Right Sum Differences - LeetCode Best Solution
Given an integer array nums return an array result such that result.length == nums.length and result[i] is the absolute difference between
17
1

Jan 23, 2025 ∙ 4 min
1991. Find the Middle Index in Array - LeetCode Fastest Solution
Given an integer array nums, find the middle index in array, middleIndex. Note that you must find the leftmost middle index in nums array.
36
1

Jan 21, 2025 ∙ 5 min
Coding Patterns - Prefix Sum Pattern
Prefix sum is an efficient and powerful technique, often useful in coding interviews and competitive coding. A prefix sum is the combined
48
1
bottom of page