Class Solution
- java.lang.Object
-
- g2201_2300.s2201_count_artifacts_that_can_be_extracted.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
digArtifacts(int n, int[][] artifacts, int[][] dig)
-