Search⌘ K
AI Features

DIY: Walls and Gates

Explore how to solve the Walls and Gates problem by writing a Kotlin function that fills each empty room in a grid with the distance to its nearest gate. Understand handling walls and obstacles, and practice a real-world coding interview scenario from Amazon challenges.

We'll cover the following...

Problem

You are given a m×nm \times n ...