# data_structure_4_1 **Repository Path**: wang-yue-ting/data_structure_4_1 ## Basic Information - **Project Name**: data_structure_4_1 - **Description**: 2022级数据结构课程 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 242 - **Created**: 2023-09-15 - **Last Updated**: 2023-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数据结构课程 代码放到以自己学号命名的文件夹中,比如:2929/cha1/lc-1.cpp,上手流程参考[链接](https://gitee.com/OpenHUTB/data_structure/blob/master/guide/README.md) ,目录中的文件夹的结构和文件命名方式参考`src`文件夹内的内容,每一章的代码放在`chap1`目录下,书中示例代码使用`exp1-1.cpp`的形式命名,leetcode代码使用`lc-1.cpp`的形式命名。