Class | Description |
---|---|
MahFravrit<E> |
MahFravrit ("MyFavorite") is a meme-influenced class that is
defined according to a generic Comparator that expresses preference, takes in any number of items to be compared, and
allows the user to request and remove a fravrit ("favorite") from the given set.
|
MyQueue<E> |
A simple queue implementation based on our in-class implementation of MyLinkedList.
|
MyStack<E> |
A simple stack implementation based on our in-class implementation of MyLinkedList.
|