# LeetCode **Repository Path**: leacock/LeetCode ## Basic Information - **Project Name**: LeetCode - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-07 - **Last Updated**: 2025-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LeetCode LeetCode Problems' Solutions # LeetCode LeetCode Problems' Solutions ----------------------------- | 题号 |难度|题名| CSDN链接 |GitHub链接 | LeetCode链接 | Solution | | ----|-----|--------|-----|-----| ----|-------| | | | |[]() |[]() |[]() | | |11|中等|盛最多水的容器|[盛最多水的容器_CSDN](https://blog.csdn.net/leacock1991/article/details/100905274)|[盛最多水的容器_GitHub](https://github.com/lichangke/LeetCode/tree/master/11.%20Container%20With%20Most%20Water)|[LeetCode 11. 盛最多水的容器](https://leetcode-cn.com/problems/container-with-most-water/)| Python | |15|中等|三数之和|[三数之和_CSDN](https://blog.csdn.net/leacock1991/article/details/103625409) |[三数之和_GitHub](https://github.com/lichangke/LeetCode/tree/master/15.%203Sum) |[LeetCode 15.三数之和](https://leetcode-cn.com/problems/3sum/) |Python| |20 | 简单|有效的括号 |[有效的括号_CSDN](https://blog.csdn.net/leacock1991/article/details/101467113) |[有效的括号_GitHub](https://github.com/lichangke/LeetCode/tree/master/20.%20Valid%20Parentheses) |[LeetCode 20.有效的括号](https://leetcode-cn.com/problems/valid-parentheses/) | | |70|简单|爬楼梯|[爬楼梯_CSDN](https://blog.csdn.net/leacock1991/article/details/103040312) | [爬楼梯_GitHub](https://github.com/lichangke/LeetCode/tree/master/70.%20Climbing%20Stairs)| [LeetCode 70.爬楼梯](https://leetcode-cn.com/problems/climbing-stairs/)| Python | | 141 |简单 | 环形链表|[环形链表_CSDN](https://blog.csdn.net/leacock1991/article/details/101467121) |[环形链表_GitHub](https://github.com/lichangke/LeetCode/tree/master/141.%20Linked%20List%20Cycle) |[LeetCode 141. 环形链表](https://leetcode-cn.com/problems/linked-list-cycle/) |Python | |206|简单 | 反转链表|[反转链表_CSDN](https://blog.csdn.net/leacock1991/article/details/103649206) |[反转链表_GitHub](https://github.com/lichangke/LeetCode/tree/master/206.%20Reverse%20Linked%20List) |[LeetCode 206. 反转链表](https://leetcode-cn.com/problems/reverse-linked-list/) | Python| |283 |简单|移动零| [移动零_CSDN](https://blog.csdn.net/leacock1991/article/details/103040147) | [移动零_GitHub](https://github.com/lichangke/LeetCode/tree/master/283.%20Move%20Zeroes) | [LeetCode 283.移动零](https://leetcode-cn.com/problems/move-zeroes/ )| Python |