Build a tree (part 5)

  • 28
  • Locked
We can add elements to the tree. Now let's work on deleting them: Implement the remove(Object o) method, which will remove the tree node whose name was passed as an argument. The method must throw an UnsupportedOperationException if the argument is not a String.
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet