Chetan Dattachetan77.hashnode.dev·Apr 27, 20241011. Capacity To Ship Packages Within D DaysProblem A conveyor belt has packages that must be shipped from one port to another within days days. The ith package on the conveyor belt has a weight of weights[i]. Each day, we load the ship with packages on the conveyor belt (in the order given by...LeetcodeCapacity To Ship Packages Within D Days
Chetan Dattachetan77.hashnode.dev·Jan 2, 2024Allocate BooksProblem statement Given an array ‘arr’ of integer numbers, ‘arr[i]’ represents the number of pages in the ‘i-th’ book. There are ‘m’ number of students, and the task is to allocate all the books to the students.(link) Allocate books in such a way tha...Leetcodeallocate books