# Leetcode-Python **Repository Path**: sxpp/Leetcode-Python ## Basic Information - **Project Name**: Leetcode-Python - **Description**: Leetcode-Python - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-02-23 - **Last Updated**: 2024-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 刷题指南 该项目是一个Leetcode刷题的目录,用来记录遇到的有意思的,不错的题目以及对应给出的题解。 ## 目录 | 目录 |题目数量| 难度 | 链接 | 备注 | | ------ | ------ | ------ | ------ | ------ | | Day1 | 3 | 3.5 | [Day1](https://gitee.com/sxpp/Leetcode-Python/tree/main/day1) | 题目混合 | | Day2 | 3 | 3 | [Day2](https://gitee.com/sxpp/Leetcode-Python/tree/main/day2) | 题目混合 | | Day3 | 3 | 2 | [Day3](https://gitee.com/sxpp/Leetcode-Python/tree/main/day3) | 题目混合 | | Day4 | 3 | 3 | [Day4](https://gitee.com/sxpp/Leetcode-Python/tree/main/day4) | 前缀和 | | Day5 | 3 | 2 | [Day5](https://gitee.com/sxpp/Leetcode-Python/tree/main/day5) | 排序 | | Day6 | 5 | 3.5 | [Day6](https://gitee.com/sxpp/Leetcode-Python/tree/main/day6) | 滑动窗口 | | Day7 | 3 | 4 | [Day7](https://gitee.com/sxpp/Leetcode-Python/tree/main/day7) | 栈 | | Day8 | 5 | 3 | [Day8](https://gitee.com/sxpp/Leetcode-Python/tree/main/day8) | 二叉树 |