An open API service indexing awesome lists of open source software.

https://github.com/frozenlemontee/myleetcodesolution

My Leetcode Solution
https://github.com/frozenlemontee/myleetcodesolution

algorithms data-structures java leetcode leetcode-solutions

Last synced: 8 months ago
JSON representation

My Leetcode Solution

Awesome Lists containing this project

README

          

#### 本刷题仓库记录了本人从2024年重启在Leetcode刷题的一些答案和记录。

`Utils`目录存放了刷题用到的一些结构和方法。
- `Utils/Structs`存放了一些Leetcode题目中指定使用的数据结构。
- `Utils/Methods`存放了一些方便生成测试的方法。

`Topics`目录存放了我相关的刷题答案,按照题型分类。题单来源**灵茶山艾府**:[题单链接](https://leetcode.cn/circle/discuss/RvFUtj/).
- `Topics/SlidingWindow`:[滑动窗口与双指针](https://leetcode.cn/circle/discuss/0viNMK/)
- `Topics/Other`:每日热手题,选择了Leetcode简单题中按照通过率降序排序来刷