Package g0201_0300.s0289_game_of_life
Class Solution
-
- All Implemented Interfaces:
public final class Solution
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Solution.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static Solution.Companion
Companion
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
Modifier and Type Method Description final Unit
gameOfLife(Array<IntArray> board)
-
-
Method Detail
-
gameOfLife
final Unit gameOfLife(Array<IntArray> board)
-
-
-
-