Skip to content

Commit b398174

Browse files
committed
Runtime: 84 ms (Top 5.26%) | Memory: 19.4 MB (Top 6.60%)
1 parent af1a80d commit b398174

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/F/Filling Bookcase Shelves/Filling Bookcase Shelves.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 84 ms (Top 5.26%) | Memory: 19.4 MB (Top 6.60%)
12
class Solution {
23
public:
34
int minHeightShelves(vector<vector<int>>& books, int shelfWidth) {
@@ -29,4 +30,4 @@ class Solution {
2930
}
3031
return ans[n];
3132
}
32-
};
33+
};

0 commit comments

Comments
 (0)