huihut / interview

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
https://interview.huihut.com
Other
34.8k stars 7.97k forks source link

Added a impleentation of the Double ended Queue #71

Closed ghost closed 3 years ago

ghost commented 4 years ago

this is my last pull request for hackoctober fest. please accept it.

huihut commented 4 years ago

Thanks for your contribution, but DataStructure's are your own implementation of the data structure, rather than using the standard library(STL).

Can you modify it to your implementation of a double-ended queue instead of using #include <deque>?

austin273 commented 4 years ago

good