Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Youngzt998/Re-implementation-of-deque-and-map

Course project for data structure.
https://github.com/Youngzt998/Re-implementation-of-deque-and-map

Last synced: 2 months ago
JSON representation

Course project for data structure.

Awesome Lists containing this project

README

        

# Re-implementation of deque and map of STL

This is a course project of data structure. The implementation imitated the template class deque and map of STL of C++.