原文:[LeetCode] 1011. Capacity To Ship Packages Within D Days 在D天内送达包裹的能力

A conveyor belt has packages that must be shipped from one port to another withinDdays. The ithpackage on the conveyor belt has a weight ofweights i . Each day, we load the ship with packages on the ...

2021-01-30 10:18 0 415 推荐指数:

查看详情

[LeetCode] Flatten 2D Vector

Problem Description:   Implement an iterator to flatten a 2d vector. For example,Given 2d vector = By calling next repeatedly until hasNext ...

Wed Aug 05 23:16:00 CST 2015 0 2835
[leetcode]Search a 2D Matrix @ Python

原题地址:https://oj.leetcode.com/problems/search-a-2d-matrix/ 题意: Write an efficient algorithm that searches for a value ...

Thu Jun 05 20:11:00 CST 2014 0 2503
Search a 2D Matrix leetcode java

题目: Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the ...

Mon Jul 21 18:44:00 CST 2014 1 3941
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM