Helping engineers with technical interviews

Tag: Sort

Leetcode 463 Island Perimeter

Three Sum Coding Problem Solution

The Three Sum problem is a well-known problem in computer science that involves finding all unique triplets in an array of integers that add up to a target sum. For example, given the array [1, 2, 3, 4, 5, 6, 7] and a target sum of 10, the solution would be [[1, 2, 7], [1, […]

Read More
Leetcode 463 Island Perimeter

Median of Two Sorted Arrays

The problem we’re looking at is called “Median of Two Sorted Arrays.” Essentially, we’re given two sorted arrays of integers, and we need to find the median of the combined array (i.e., the middle value when the two arrays are merged together). The twist is that we’re not allowed to actually merge the two arrays […]

Read More

Powered by WordPress & Theme by Anders Norén