Typescript-Algorithms
    Preparing search index...

    Variable game_of_lifeConst

    game_of_life: (board: number[][]) => void = gameOfLife

    Type declaration

      • (board: number[][]): void
      • Do not return anything, modify board in-place instead.

        Parameters

        • board: number[][]

        Returns void