Skip to content

accesscode-2-1/unit-1-bootcamp-assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

unit-1-bootcamp

  1. Fork this repository. In your README, mark down your start time.

  2. Create a new class, MyObject. A MyObject has a name (String) and an age (int).

  3. Two MyObjects are equal when the names and the ages are equal.

  4. Create a MyObjectNode class which extends MyNode.

  5. Add setter methods, that is setLeft and setRight and setData.

  6. Implement the abstract methods.

  7. Run the tests in src/Tests.java.

  8. Write a main method to test your code.

  9. Update your README with your end time, and the total amount of time you think you spent on this assessment.

  10. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages