Sparsh2234 / History-Manager

Implemented a double ended dequeue data structure using a doubly linked list to support various data manipulations. Architected project to achieve O(1) runtime for multiple functions and O(N) worst case.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

History-Manager

Implemented a double ended dequeue data structure using a doubly linked list to support various data manipulations. Architected project to achieve O(1) runtime for multiple functions and O(N) worst case.

About

Implemented a double ended dequeue data structure using a doubly linked list to support various data manipulations. Architected project to achieve O(1) runtime for multiple functions and O(N) worst case.


Languages

Language:C++ 33.4%Language:C 23.0%Language:Makefile 22.6%Language:CMake 20.9%