# leetcode
**Repository Path**: frozenleaves/leetcode
## Basic Information
- **Project Name**: leetcode
- **Description**: No description available
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-11-18
- **Last Updated**: 2023-12-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: LeetCode
## README
# leetcode
#### 介绍
leetcode 刷题记录
#### 目录
##### 链表
##### 数组
##### 哈希表
##### 二叉树
###### 递归三部曲
1. 确定递归的参数和返回值
2. 确定终止条件
3. 确定单层递归的逻辑
##### 字符串
##### 栈与队列
##### 回溯算法
##### 贪心算法
##### 单调栈
##### 动态规划