Conversation
Level Order Traversal in Binary tree (Problem1.py)Your solution is excellent! You have correctly implemented the level order traversal using a queue. Here are a few minor suggestions to improve the code quality further:
Overall, this is a strong solution. Keep up the good work! VERDICT: PASS Scheduling Courses (Problem2.py)Your solution is correct and efficient. You have implemented Kahn's algorithm properly, which is a valid approach for this problem. Here are some suggestions for improvement:
Overall, your solution is very good. Keep up the good work! VERDICT: PASS |
No description provided.