# UCAS-Data-Structure **Repository Path**: Gerald-Gui/ucas-data-structure ## Basic Information - **Project Name**: UCAS-Data-Structure - **Description**: source codes for UCAS CS data structure course, including ADTs, OJ assignments and projects - **Primary Language**: C/C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-13 - **Last Updated**: 2022-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UCAS-Data-Structure #### 介绍 source codes for UCAS CS data structure course, including ADTs, OJ assignments and projects #### ADT ADT的编写主要参考课程所用教材中的ADT要求,但不完全根据教材进行编写,视需求选择性编写函数/方法。ADT的push与本地编写情况同步。 #### OJ assignments **此部分仅供参考,请勿用于不良行为。** 数据结构课程的算法设计作业,上传代码为OJ系统中Accepted的代码,通常采用C++编写,部分由Java或Python编写的仅出于练习目的。 #### Projects 课程大作业,见[仓库](https://gitee.com/linzheng735803373/Data-Structure) #### author Gerald-Gui