Package g0701_0800.s0773_sliding_puzzle
Class Solution
-
- All Implemented Interfaces:
public final class Solution
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
Modifier and Type Method Description final Integer
slidingPuzzle(Array<IntArray> board)
-
-
Method Detail
-
slidingPuzzle
final Integer slidingPuzzle(Array<IntArray> board)
-
-
-
-