# data_structure **Repository Path**: yuansheng136123/data_structure ## Basic Information - **Project Name**: data_structure - **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-11 - **Last Updated**: 2023-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数据结构课程 代码放到以自己学号命名的文件夹中,比如:`2929/chap1/lc_1.cpp`,上手流程参考[链接](https://gitee.com/OpenHUTB/data_structure/blob/master/guide/README.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题。