We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31797d1 commit f61606eCopy full SHA for f61606e
src/RottingOranges.java
@@ -1,3 +1,7 @@
1
+// https://leetcode.com/problems/rotting-oranges
2
+// T: O(m * n)
3
+// S: O(m * n)
4
+
5
import java.util.LinkedList;
6
import java.util.Queue;
7
0 commit comments