# DataStructure **Repository Path**: hesheng1024/DataStructure ## Basic Information - **Project Name**: DataStructure - **Description**: 数据结构(Java) - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DataStructure 数据结构(Java版) 所有例子都实现了基本的功能,没有考虑异步等的其他情况的安全问题 **注意**:采用了Java泛型,用于具体的数据结构 ## 线性表 - 数组实现 - 链表 ## 队列 - 数组实现 - 链队列 ## 栈 - 数组栈 - 链栈 ## 树 - 二叉树和线索树 - 树的存储