# study-algorithm **Repository Path**: piao/study-algorithm ## Basic Information - **Project Name**: study-algorithm - **Description**: 数据结构与算法学习:常见数据结构、常见算法、算法思想 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-05 - **Last Updated**: 2024-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: Algorithm, Java ## README # study-algorithm 数据结构与算法学习:常见数据结构、常见算法、算法思想 ## 1、数据结构 1. 数组 2. 链表 3. 栈 4. 队列 5. 哈希表 6. 树 - AVL树 - 红黑树 - B树 - B+树 - 堆 7. 跳表 8. 位图 9. 字符串 ## 2、算法思想 1. 贪心算法 2. 分治算法 3. 动态规划 4. 回溯算法 5. 枚举算法 6. 摊还分析 ## 3、常见算法 LC代号:对应LeetCode中的算法题; NC代号:对应工作中常见的算法; > 最后,工程中的所有文档将会被逐渐整理成博客,直接链接,未完待续...