We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91017b5 commit 237a621Copy full SHA for 237a621
src/main/java/com/fishercoder/solutions/_683.java
@@ -37,6 +37,7 @@
37
public class _683 {
38
39
public static class Solution1 {
40
+ /**credit: https://discuss.leetcode.com/topic/104771/java-c-simple-o-n-solution*/
41
public int kEmptySlots(int[] flowers, int k) {
42
int[] days = new int[flowers.length];
43
for (int i = 0; i < flowers.length; i++) {
0 commit comments