BFS-2-1#637
Conversation
Implement BFS to solve the rotting oranges problem.
Implemented DFS to track the time taken for all oranges to rot. Added checks for fresh oranges and calculated the maximum time required.
Implemented both DFS and BFS approaches to calculate employee importance.
Oranges getting rotten (Problem1.py)Strengths:
Areas for Improvement:
VERDICT: NEEDS_IMPROVEMENT Importance of Employee (Problem2.py)Strengths:
Areas for Improvement:
Minor Suggestions:
Overall, this is a solid solution that demonstrates good understanding of graph/tree traversal algorithms. VERDICT: PASS |
No description provided.