# data_structure_7 **Repository Path**: wang-yue-ting/data_structure_7 ## Basic Information - **Project Name**: data_structure_7 - **Description**: 2022级数据结构课程 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 242 - **Created**: 2023-10-27 - **Last Updated**: 2023-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数据结构课程 代码放到以自己学号命名的文件夹中,比如:`2929/chap1/lc_1.cpp`,参考 [在线编辑提交流程](https://gitee.com/OpenHUTB/data_structure/blob/master/guide/README.md) 或者使用 [本地编辑并提交代码](https://github.com/OpenHUTB/bazaar/blob/main/CONTRIBUTING.md) ,目录中的文件夹的结构和文件命名方式参考`src`文件夹内的内容,每一章的代码放在`chap1`目录下,书中示例代码使用`exp1_1.cpp`的形式命名,leetcode代码使用`lc_1.cpp`的形式命名。 ## 作业内容 ### 第 1 章 教材28页:第3、4题。 上机实验2-7页:第1、3题。 ### 第 2 章 教材76-77页:第5、9、12、15、23题。 上机实验13-45页:第2、6、10题。 ### 第 3 章 教材120页:第2、3、7、8、12、13题。 上机实验59-78页:第1、3、8题。 ### 第 4 章 教材138页:第1、2、4、5题。 上机实验98-105页:第3、5、6题。 ### 第 5 章 教材159-160页:第1、4题。 上机实验112-123页:第1、3、7题。 ### 第 6 章 教材183页:第1、3、5、6题。 上机实验129-140页:第1、3、5题。 ### 第 7 章 教材 247 页:第3、4、8、11、14、17、18、21、27题。 上机实验144-177页:第1、5、7、10题。 ### 第 8 章 教材 311-312 页:第1、5、7、12、17题。 上机实验190-226页:第1、8、14题。 ### 第 9 章 教材 367 页:第2、8、13、16、19、20、22、23题。 上机实验237-273页:第2、9、16题。 ### 第 10 章 教材 401 页:第1、3、4、8、11、14题。 上机实验283-300页:第4、5、12题。