Skip to content

Commit 2d9ddc8

Browse files
committed
Runtime: 49 ms (Top 90.74%) | Memory: 44.20 MB (Top 33.33%)
1 parent aecc42f commit 2d9ddc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/algorithms/M/Maximum Population Year/Maximum Population Year.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Runtime: 49 ms (Top 90.74%) | Memory: 44.20 MB (Top 33.33%)
2+
13
var maximumPopulation = function(logs) {
24
const count = new Array(101).fill(0);
35

0 commit comments

Comments
 (0)