-
Fork this repository. In your README, mark down your start time.
-
Create a new class,
MyObject. AMyObjecthas a name (String) and an age (int). -
Two
MyObjects are equal when the names and the ages are equal. -
Create a
MyObjectNodeclass which extendsMyNode. -
Add setter methods, that is
setLeftandsetRightandsetData. -
Implement the abstract methods.
-
Run the tests in src/Tests.java.
-
Write a main method to test your code.
-
Update your README with your end time, and the total amount of time you think you spent on this assessment.
-
Submit a pull request with all your code.
Test Start time: Thu May 28, 7:00pm EST
My End time: <insert here>
Test End time: Fri May 29, 10:00pm EST
Total time: 27 hours