# Data-Structures **Repository Path**: wyq_ustc/data-structures ## Basic Information - **Project Name**: Data-Structures - **Description**: 数据结构学习 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-19 - **Last Updated**: 2024-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数据结构学习 # 目录 1. [顺序表](./SeqList/) 2. [单向链表](./SList/) 3. [双向链表](./List/) 4. [排序算法](./Sort/) 5. [栈&队列](./StackQueue/) 6. [二叉树](./BinaryTree/) 7. [二叉搜索树](./binary_search_tree/)