LeetCode 1762. Buildings With an Ocean View
Description https://leetcode.com/problems/buildings-with-an-ocean-view/ There are n buildings in a line. You are given an integer array heights of size n that represents the heights of the buildings…
Be a Good Techer and Tech for Good. www.goodtecher.com
Description https://leetcode.com/problems/buildings-with-an-ocean-view/ There are n buildings in a line. You are given an integer array heights of size n that represents the heights of the buildings…
Description https://leetcode.com/problems/minimum-subsequence-in-non-increasing-order/ Given the array nums, obtain a subsequence of the array whose sum of elements is strictly greater than the sum of…
Description https://leetcode.com/problems/split-a-string-in-balanced-strings/ Balanced strings are those that have an equal quantity of ‘L’ and ‘R’ characters. Given a balanced string s, split it in the maximum amount of…
Description https://leetcode.com/problems/assign-cookies/ Assume you are an awesome parent and want to give your children some cookies. But, you should give…
Description https://leetcode.com/problems/maximum-units-on-a-truck/ You are assigned to put some amount of boxes onto one truck. You are given a 2D array boxTypes, where boxTypes[i]…