ncbarta / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

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.


Languages

Language:Swift 100.0%