Class Solution
- java.lang.Object
-
- g1101_1200.s1105_filling_bookcase_shelves.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
minHeightShelves(int[][] books, int shelfWidth)
-