# MyAlgorithm **Repository Path**: JiangChenrui/MyAlgorithm ## Basic Information - **Project Name**: MyAlgorithm - **Description**: 算法问题的收集及代码实现 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # algorithm 算法问题的收集及代码实现 ## 回溯算法 [参考博客](https://blog.csdn.net/ffmpeg4976/article/details/45007439) ## 搜索算法 * 深度优先 * 广度优先 ## 排序算法 [参考博客](https://blog.csdn.net/hguisu/article/details/7776068)