S2 icon indicating copy to clipboard operation
S2 copied to clipboard

1710. Maximum Units on a Truck | LeetCode Cookbook

Open halfrost opened this issue 4 years ago • 2 comments
trafficstars

https://books.halfrost.com/leetcode/ChapterFour/1700~1799/1710.Maximum-Units-on-a-Truck/

halfrost avatar Feb 15 '21 17:02 halfrost

感觉是0-1 背包问题,怎么又是贪心算法?

xieying030 avatar Nov 07 '21 21:11 xieying030

感觉是0-1 背包问题,怎么又是贪心算法?

@xieying030 这一题不是 01 背包。这一题是贪心算法。

halfrost avatar Nov 26 '21 07:11 halfrost