Rotting Oranges at Amazon

Medium58.1% acceptance

This problem has 75.0% frequency at Amazon.

Problem Description

You are given an `m x n` `grid` where each cell can have one of three values: * `0` representing an empty cell, * `1` representing a fresh orange, or * `2` representing a rotten orange. Every minute, any fresh orange that is **4-directionally adjacent** to a rotten orange becomes rotten....

Read full problem and hints

Topics

Also asked at 52 companies


More Amazon Questions

View all Amazon questions