# C_Data_Structure **Repository Path**: amikey/C_Data_Structure ## Basic Information - **Project Name**: C_Data_Structure - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-29 - **Last Updated**: 2023-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # c语言数据结构 ``` 参考书籍: 书名: 数据结构 (严蔚敏,吴伟民编著图书) 作 者: 严蔚敏,吴伟民 编著 出版时间: 2004-2-1 出版社:清华大学出版社 页 数: 334 ISBN : 9787900643223 包 装: 平装 所属分类: 图书 >> 计算机/网络 >> 程序设计 >> C C++ C# VC VC++ ``` ![假装有图片](https://github.com/lovemefan/C_Data_Structure/blob/master/picture/cover.jpg "没错,就是这本书") **** ### Author:Lovemefan (本人很懒,没什么自我介绍) ### QQ:450489712 ### 新浪微博: lovemefan ### E-mail:450489712@qq.com **** ## 目录 * [线性表](https://github.com/lovemefan/C_Data_Structure/blob/master/线性表) * [栈与队列](https://github.com/lovemefan/C_Data_Structure/blob/master/栈与队列) * [递归](https://github.com/lovemefan/C_Data_Structure/blob/master/递归) * [串](https://github.com/lovemefan/C_Data_Structure/blob/master/串) * [数组与广义表](https://github.com/lovemefan/C_Data_Structure/blob/master/数组与广义表) * [稀疏矩阵](https://github.com/lovemefan/C_Data_Structure/blob/master/数组与广义表/稀疏矩阵) * [树与二叉树](https://github.com/lovemefan/C_Data_Structure/blob/master/树与二叉树) * [图](https://github.com/lovemefan/C_Data_Structure/blob/master/图) * [查找](https://github.com/lovemefan/C_Data_Structure/blob/master/查找) * [排序](https://github.com/lovemefan/C_Data_Structure/blob/master/排序)