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.

Home Page:https://interview.huihut.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

数据结构部分,为什么有些没有代码?比如循环队列等

Inception-wzd opened this issue · comments

数据结构部分,为什么有些没有代码?比如循环队列等

数据结构的那部分代码是以前学数据结构的时候写的,整理到这个仓库的时候发现有些结构没代码就没有临时写了。

现在每个结构都有写出它的结构体,关于是否需要把它们的增删查改等操作的代码写出来,我在 issues/40 发起了一个投票,两三天之内看看大家的倾向,欢迎参与。

就不增加其他数据结构的代码了,我明天改进下已有代码吧。