Search⌘ K
AI Features

Game of Life

Explore the Game of Life problem where you'll update an m by n grid based on specific rules for cell survival and reproduction. Understand matrix interactions and practice solving this common coding interview problem using efficient traversal and update techniques.

Statement

The Game of Life, also known simply as Life, is a cellular automaton introduced by ...