/CircularList

My first Assignment in Advanced Data Structures is to create two implementations of a circular list. This assignment reinforces the understanding of interfaces, generics, and iterators.

Primary LanguageJava

CircularList

My first Assignment in Advanced Data Structures is to create two implementations of a circular list. This assignment reinforces the understanding of interfaces, generics, and iterators.