/LinkedQueue

A data structure I am using in one of my projects (a music player). Has functionalites of a linked list, queue, and iterator - all wrapped up into one. Currently, data is of type URL (application specific), but making it generic would be very easy.

Primary LanguageSwift

This repository is not active