Quiz: Multi-Source BFS

Test your understanding

Check Your Understanding

In Rotting Oranges, multiple rotten oranges spread simultaneously. How do you start the BFS?

  1. A.Process rotten oranges one at a time sequentially
  2. B.Run separate BFS from each rotten orange
  3. C.Pick one rotten orange randomly and start from there
  4. D.Add all rotten oranges to the queue before starting
Start the roadmap to answer the quizzes and solve the challenges