
Asked in Amazon
Given an acyclic graph of a city where each edge represents a road and each vertex represents an intersection, write an algorithm to find the minimum number of vertices at which police officers should be stationed so that all the roads are covered. If a police officer is stationed at a vertex, then all the edges connected to that vertex are considered covered.

AnswerBot
2y
Find minimum vertices to place policemen in an acyclic graph of a city to cover all roads.
Use Depth First Search (DFS) to traverse the graph
Maintain a set of visited vertices to avoid revisiting
For ea...read more

mamatha
1y
works at
The minimum number of vertices is 4.
Help your peers!
Add answer anonymously...
Top Software Development Engineer Interview Questions Asked at Amazon
Q. 1d DP Graph - cycle in acyclic graph
Q. Design Uber's Low-Level Design (LLD).
Q. Write code to implement an Inorder traversal.
Interview Questions Asked to Software Development Engineer at Other Companies
Top Skill-Based Questions for Amazon Software Development Engineer
Algorithms Interview Questions and Answers
250 Questions
Data Structures Interview Questions and Answers
250 Questions
Web Development Interview Questions and Answers
250 Questions
SQL Interview Questions and Answers
250 Questions
Java Interview Questions and Answers
250 Questions
Software Development Interview Questions and Answers
250 Questions
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

