# leetcode-collection **Repository Path**: JavaCrazy/leetcode-collection ## Basic Information - **Project Name**: leetcode-collection - **Description**: leetcode题目练习和分析 - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-19 - **Last Updated**: 2024-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # leetcode-collection ## 1.介绍 leetcode题目练习和分析 - 算法思想 - 数据结构 - 算法练习 ## 2.算法思想 ### 2.1 递归 递归特点: >1.一个问题的解可以分解为几个子问题的解。 > >2.这个问题与分解之后的子问题,除了数据规模不同,求解思路完全一样。 > >3.存在基线/终止条件。 ### 2.1 从集合论到位运算,常见位运算技巧分类总结! https://leetcode.cn/circle/discuss/CaOJ45/ ## 3.已收录题目 题目存放目录规则: - (l + 题目编号)的文件夹下 - 文件分为3部分:题目截图、题目分析、题目练习 ### 239. 滑动窗口最大值 * 地址:https://leetcode.cn/problems/sliding-window-maximum/ ### 522. 最长特殊序列 II * 地址:https://leetcode.cn/problems/longest-uncommon-subsequence-ii/description/ ### 2748. 美丽下标对的数目 * 地址:https://leetcode.cn/problems/number-of-beautiful-pairs/description/ ### 2372.找到矩阵中的好子集 * 地址:https://leetcode.cn/problems/find-a-good-subset-of-the-matrix/description/ ### 2372.找到矩阵中的好子集 * 地址:https://leetcode.cn/problems/special-permutations/description/ ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request ## 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)