Given a grid containing 0s and 1s and a source row and column, in how many ways can we reach the target from the source? (1s represent blockades and 0s represent accessible points.)

AnswerBot
2y
Count the number of ways to reach target from source in a grid with 0s and 1s.
Use dynamic programming to solve the problem efficiently.
Traverse the grid using DFS or BFS to count the number of ways.
Co...read more
Anonymous
author
2y
Medium level Leetcode question ( Could be done by applying DFS and moving in 4 directions).
Help your peers!
Add answer anonymously...
Visa Senior Software Engineer interview questions & answers
A Senior Software Engineer was asked 10mo agoQ. Describe how you would design an e-commerce website.
A Senior Software Engineer was asked Q. Given a monolith architecture, how would you scale it to handle 3x the traffic a...read more
A Senior Software Engineer was asked Q. Given two sorted arrays, 'a' (with 'm' elements and a size of 'm+n') and 'b' (wi...read more
Popular interview questions of Senior Software Engineer
A Senior Software Engineer was asked 10mo agoQ1. Describe how you would design an e-commerce website.
A Senior Software Engineer was asked Q2. Given a monolith architecture, how would you scale it to handle 3x the traffic a...read more
A Senior Software Engineer was asked Q3. Given two sorted arrays, 'a' (with 'm' elements and a size of 'm+n') and 'b' (wi...read more
Stay ahead in your career. Get AmbitionBox app


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
AmbitionBox Awards
Get AmbitionBox app

