# algorithm **Repository Path**: pentiumCM/algorithm ## Basic Information - **Project Name**: algorithm - **Description**: Java — 算法刷题 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-17 - **Last Updated**: 2024-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 算法学习项目 ## 一、包说明: + leetcode: LeetCode平台的算法题 + https://leetcode-cn.com/leetbook/ + nowcoder: 牛客网平台的算法题 + bytedance:字节跳动历年算法编程题 + tencent:腾讯历年算法编程题 + search:查找算法 + 博客:https://blog.csdn.net/pentiumCM/article/details/104873035 + 深度优先搜索 + 广度优先搜索 + 二叉树遍历 + sort:排序算法 + 博客:https://blog.csdn.net/pentiumCM/article/details/104841349 + top10 排序算法
+ thought:算法思想 + 动态规划: + 博客:https://blog.csdn.net/pentiumCM/article/details/105083048 + 经典问题:0/1背包问题,旅行商问题 + 回溯法: + 博客:https://blog.csdn.net/pentiumCM/article/details/105306052 + 经典问题:0/1背包问题,全排列问题 + 贪心算法 + 博客:https://blog.csdn.net/pentiumCM/article/details/105265290