Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 325 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 325 Bytes

EventQueue

An Exercise simulating events from an event queue.

Description

Starts with an API for creation, deletion, addition of events into a linked list implementation along with packed data structures for memory optimizations.

The source code in the EventQueue folder has all of the latest required functionality.