Package utilities


package utilities
  • Class
    Description
    This interface will provide an mono-directional iterator for any of the data structures that are specified in this package.
    The ListADT interface is designed to be used as a basis for all the Linear data structures that will be developed in the CPRG 304 class at SAIT.
    A custom List implementation.
    A custom Iterator implementation for MyArrayList.
    An implementation of a double-linked list
    An implementation of a Node for a double-linked list.
    An interface representing the Queue Abstract Data Type.
    An interface representing the Stack Abstract Data Type.