#problem-solving-skills
Read more stories on Hashnode
Articles with this tag
Majority element · Q5:)Given an array nums of size n, return the majority element.The majority element is the element that appears more than ⌊n / 2⌋...
Maximum Subarray · Q3: Given an integer array nums, find the subarray with the largest sum, and return its sum. Example 1: Input: nums =...
Squares of sorted array · Given an integer array nums sorted in non-decreasing order, return an array of the squares of each number sorted in...