Data Structures Tips

General Debugging:

  • Check your Doubly Linked List and/or ArrayList iterators and items. (Flip them if you are more confident in one over the other)
  • Verify your implementation versus the pseudocode