# DataStructure **Repository Path**: xauat_cs1234/data-structure ## Basic Information - **Project Name**: DataStructure - **Description**: Data_Structes_and_Program_Design_in_C++配套代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-08 - **Last Updated**: 2023-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: Data-structures ## README ### Data_Structes_and_Program_Design_in_C++配套代码 ---------------此项目由优秀的开发者们共同维护--------------- **注意** > 运行程序前将 "`typedef [int/double/...] [Stack_Entry/Queue_Entry/...]`" 处修改为适当的类型。 - Stacks > 栈相关程序 - Queues > 队列相关程序 - Linked_Stacks_and_Queues > 链表实现栈和队列 - Recursion > 递归相关案例程序 - Lists_and_Strings > 链表和数组 - Binary_Trees > 二叉树相关程序 - Searching > 搜索相关程序 - Sorting > 排序相关程序 - error_code.h > In this book, we shall use a single enumerated type called Error_code to report errors from all of our programs and functions. - random.h > Generate and return random numbers of various kinds. - Data Structures and Program Design in C.pdf > 数据结构与程序设计C++英文电子版教材 - Answer_Datastructesandprogramdesignin.pdf > 教材答案