# leetcode-note **Repository Path**: liuwentao1234/leetcode-note ## Basic Information - **Project Name**: leetcode-note - **Description**: 力扣刷题笔记 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-03-14 - **Last Updated**: 2024-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README :books:Leetcode题解目录(持续更新) =============== * 为了进大厂🐛,目前进度**262/500**题,特此记录刷过的所有题,涵盖了基本题型,精简的解题思路,此repo属于 ***C++*** 版的题解。 * 感谢您的观看,希望对您有帮助,欢迎热烈的交流🎉!如果感觉还不错就点个赞 ***star*** 吧✨✨✨~ * 这是我的🔥[【github】](https://github.com/liuwentao1992) 里面有适合 ***C++*** 萌新的练手项目,热烈欢迎🎉帮助我收集整理题目或者提供解题思路🐳~。 🚀[剑指offer题解](https://gitee.com/liuwentao1234/leetcode-note/blob/master/LeetCode/%E5%89%91%E6%8C%87offer.md) ======================= 🚀[程序员面试金典](https://gitee.com/liuwentao1234/leetcode-note/blob/master/LeetCode/%E7%A8%8B%E5%BA%8F%E5%91%98%E9%9D%A2%E8%AF%95%E9%87%91%E5%85%B8.md) ====================== 🎨算法思想 ========== * [双指针](https://gitee.com/liuwentao1234/leetcode-note/blob/master/LeetCode/%E5%8F%8C%E6%8C%87%E9%92%88.md) * [排序](https://gitee.com/liuwentao1234/leetcode-note/blob/master/LeetCode/%E6%8E%92%E5%BA%8F.md) * [贪心思想](https://gitee.com/liuwentao1234/leetcode-note/blob/master/LeetCode/%E8%B4%AA%E5%BF%83%E6%80%9D%E6%83%B3.md) * [二分查找](https://gitee.com/liuwentao1234/leetcode-note/blob/master/LeetCode/%E4%BA%8C%E5%88%86%E6%B3%95.md) * [分治] * [搜索](https://gitee.com/liuwentao1234/leetcode-note/blob/master/LeetCode/%E6%90%9C%E7%B4%A2.md) * [动态规划](https://gitee.com/liuwentao1234/leetcode-note/blob/master/LeetCode/%E5%8A%A8%E6%80%81%E8%A7%84%E5%88%92.md) * [数学](https://gitee.com/liuwentao1234/leetcode-note/blob/master/LeetCode/%E6%95%B0%E5%AD%A6.md) :snowflake:数据结构相关 ============= * [链表](https://gitee.com/liuwentao1234/leetcode-note/blob/master/LeetCode/%E9%93%BE%E8%A1%A8.md) * [树](https://gitee.com/liuwentao1234/leetcode-note/blob/master/LeetCode/%E6%A0%91.md) * [栈和队列](https://gitee.com/liuwentao1234/leetcode-note/blob/master/LeetCode/%E6%A0%88%E5%92%8C%E9%98%9F%E5%88%97.md) * [哈希表](https://gitee.com/liuwentao1234/leetcode-note/blob/master/LeetCode/%E5%93%88%E5%B8%8C%E8%A1%A8.md) * [字符串](https://gitee.com/liuwentao1234/leetcode-note/blob/master/LeetCode/%E5%AD%97%E7%AC%A6%E4%B8%B2.md) * [数组与矩阵] * [图] * [位运算](https://gitee.com/liuwentao1234/leetcode-note/blob/master/LeetCode/%E4%BD%8D%E8%BF%90%E7%AE%97.md)