Circular iterator

  • 18
  • Locked
The Solution class inherits ArrayList. Properly override the iterator method in the Solution class. Write your own CircularIterator class inside the Solution class. It will be an iterator for the Solution list. The iterator must move circularly through all of the elements.
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