Fire in the Cells Problem Statement

Given a matrix MAT of size N * M, where each cell is either on fire or safe, determine if a person can reach an escape cell without being burnt. The person starts from a given position and can move to adjacent cells every second. Fire spreads to adjacent cells each second too.

Input:

An integer 'T' representing the number of test cases.
For each test case, the first line contains two integers, 'N' and 'M', representing the dimensions of the matrix.
The next 'N' lines each contain 'M' integers (0 or 1), representing the matrix's initial state.
The last line contains two integers 'X' and 'Y', the starting position of the person.

Output:

An integer representing the time taken to reach an escape cell if possible, otherwise return -1. Print a separate result for each test case.

Example:

Input:
1
3 3
1 0 1
1 1 1
1 1 1
1 1
Output:
-1
Explanation:

The person starts from cell (1, 1) but cannot reach an escape cell without encountering fire.

Constraints:

  • 1 <= 'T' <= 50
  • 0 <= 'N' < 50
  • 0 <= 'M' < 50
  • 0 <= 'X' < N
  • 0 <= 'Y' < M

Note:

Escape cells are cells at the edge of the matrix, but not at the corners. Fire in a cell is permanent and spreads to adjacent non-fire cells.

AnswerBot
4mo

Determine if a person can reach an escape cell without encountering fire in a matrix.

  • Check if the person can reach an escape cell without encountering fire by simulating the movement of the person and...read more

Help your peers!
Select
Add answer anonymously...

Amazon Software Developer interview questions & answers

A Software Developer was asked 1mo agoQ. Could you describe the process for designing a data structure that allows for al...read more
A Software Developer was asked 1mo agoQ. What is HTML?
A Software Developer was asked 1mo agoQ. What is MySQL?

Popular interview questions of Software Developer

A Software Developer was asked 1mo agoQ1. Could you describe the process for designing a data structure that allows for al...read more
A Software Developer was asked 1mo agoQ2. What is MySQL?
A Software Developer was asked 1mo agoQ3. What is Java?

Top HR questions asked in Amazon Software Developer

A Software Developer was asked 1mo agoQ1. Tell me about a time you had to get to the root cause of a problem
A Software Developer was asked 5mo agoQ2. What are the short-term and long-term goals for the team or organization?
A Software Developer was asked 5mo agoQ3. Why do you want to work at Amazon?
Amazon Software Developer Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits