leetcode-potd

2551. Put Marbles in Bags

leetcode-potd

You have k bags. You are given a 0-indexed integer array weights where weights[i] is the weight of the ith marble. You are also given the integer k. Divide the marbles

2375. Construct Smallest Number From DI String

leetcode-potd

You are given a 0-indexed string pattern of length n consisting of the characters ‘I’ meaning increasing and ‘D’ meaning decreasing. A 0-indexed string num of length n + 1 is created using the following conditions: num consists of the

Scroll to Top