bryankeller / KPCB-Queue

My implementation of a queue data structure for the 2015 KPCB Engineering Fellows application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BKQueue

For the 2015 KPCB Engineering Fellows application, applicants were given the optional task of creating a queue using only primitive types.

My implementation uses a doubly linked list. This reduces the complexity of enqueing and dequeing items to O(1).

About

My implementation of a queue data structure for the 2015 KPCB Engineering Fellows application.


Languages

Language:C++ 100.0%