Assignment 2 - Implement Question Two: Path to Leaves#2
Assignment 2 - Implement Question Two: Path to Leaves#2VincentSchaik wants to merge 4 commits intomainfrom
Conversation
tianyi21
left a comment
There was a problem hiding this comment.
Hi Vincent,
Thank you for submitting your ADS A2.
✅ You implemented an algorithm to find the closest duplicate in a given tree.
✨ You implemented a BFS-based algorithm to solve the question.
✨ You utilized the queue and set data structures in your implementation.
✅ Your program runs successfully without any errors.
✅ Your program produces the intended results.
Thanks,
Tianyi [LS]
|
ADS Assignment 2 re-submitted. |
tianyi21
left a comment
There was a problem hiding this comment.
Hi Vincent,
Thank you for revising your A2 submission.
✅ You correctly explained your partner's implementation and analyzed its time and space complexities.
✅ You included a paragraph to explain your experience and thoughts to us.
🎉 All your ADS assessments have been completed. Thank you for your participation, and I wish you all the best for the future!
Thanks,
Tianyi [LS]
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
bt_pathfunction using recursion with a helper functionTreeNodeclassWhat did you learn from the changes you have made?
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
if not ...How were these changes tested?
A reference to a related issue in your repository (if applicable)
N/A
Checklist