3074. Apple Redistribution into Boxes

  Рет қаралды 61

CodeVia

CodeVia

4 ай бұрын

3074. Apple Redistribution into Boxes #leetcodequestionandanswers #java #coding #array #greedyalgorithm #javainterviewquestions #interview #amazoninterviewpreparation #googleinterview #leetcode #javaprogramming #dsa #dsalgo #programming
leetcode.com/problems/apple-r...
You are given an array apple of size n and an array capacity of size m.
There are n packs where the ith pack contains apple[i] apples. There are m boxes as well, and the ith box has a capacity of capacity[i] apples.
Return the minimum number of boxes you need to select to redistribute these n packs of apples into boxes.
Note that, apples from the same pack can be distributed into different boxes.
Example 1:
Input: apple = 1,3,2, capacity = 4,3,1,5,2
Output: 2
Explanation: We will use boxes with capacities 4 and 5.
It is possible to distribute the apples as the total capacity is greater than or equal to the total number of apples.
Example 2:
Input: apple = [5,5,5], capacity = [2,4,2,7]
Output: 4
Explanation: We will need to use all the boxes.

Пікірлер
The moment we stopped understanding AI [AlexNet]
17:38
Welch Labs
Рет қаралды 796 М.
A teacher captured the cutest moment at the nursery #shorts
00:33
Fabiosa Stories
Рет қаралды 38 МЛН
A little girl was shy at her first ballet lesson #shorts
00:35
Fabiosa Animated
Рет қаралды 12 МЛН
Iron Chin ✅ Isaih made this look too easy
00:13
Power Slap
Рет қаралды 35 МЛН
Python vs C++ vs Java (Speed Comparison)
0:56
Screen Works
Рет қаралды 49 М.
Top 25 Microservice Interview Questions Answered - Java Brains
39:54
Pointers and dynamic memory - stack vs heap
17:26
mycodeschool
Рет қаралды 1,4 МЛН
Java 8 to 18: Most important changes in the Java Platform
31:24
How do indexes make databases read faster?
23:25
Arpit Bhayani
Рет қаралды 56 М.
How it feels writing your first program in C# versus python…
0:59
LeMaster Tech
Рет қаралды 160 М.
C# Events and Delegates Made Simple | Mosh
32:04
Programming with Mosh
Рет қаралды 937 М.
A teacher captured the cutest moment at the nursery #shorts
00:33
Fabiosa Stories
Рет қаралды 38 МЛН