# DS_and_Algorithms **Repository Path**: dounineli/DS_and_Algorithms ## Basic Information - **Project Name**: DS_and_Algorithms - **Description**: 数据结构和算法、leetcode+csp刷题笔记 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-07-12 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Data Structures and Algorithms ## Introduction 数据结构和算法的学习笔记及刷题记录。 笔记中包含数学公式,Github 无法显示的可下载 `MathJax Plugin for Github` 谷歌插件。 ## Contents - `exercise` - 刷题记录 - [csp](./exercise/csp/README.md) - [leetcode](./exercise/leetcode/README.md) - `study` - 数据结构和算法学习笔记 - `dataStructures` - 数据结构 - [list](./study/dataStructures/list/README.md) - [stack](./study/dataStructures/stack/README.md) - [queue](./study/dataStructures/queue/README.md) - [tree](./study/dataStructures/tree/README.md) - [graph](./study/dataStructures/graph/README.md) - `others` - 其它 - [并查集](study\dataStructures\others\并查集.md) - [散列表](study\dataStructures\others\散列表.md) - `algorithms` - 算法 - [sort](./study/algorithms/sort/README.md) - 排序 - `others` - 其它 - [矩阵快速转置](study\algorithms\others\矩阵快速转置.md) - [KMP](study\algorithms\others\kmp.md) - [随机算法](study\algorithms\others\随机算法.md) - `machine_learning` - 机器学习 - [BP](./study/machineLearning/BP/README.md)