# struct-algorithm **Repository Path**: yiwenup/struct-algorithm ## Basic Information - **Project Name**: struct-algorithm - **Description**: 数据结构与算法学习 - **Primary Language**: Java - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-25 - **Last Updated**: 2024-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # struct-algorithm #### 介绍 数据结构与算法学习 #### 项目模块结构 - yiwenup-common: 工具层,存放其他模块所需依赖,诸如:测试类,辅助使用工具等. - yiwenup-struct: 数据结构学习代码存放模块 - yiwenup-algorithm: 算法学习代码存放模块,依赖数据结构 - yiwenup-leetcode: leetcode刷题代码存放模块