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
- Host: GitHub
- URL: https://github.com/frozenlemontee/myleetcodesolution
- Owner: FrozenLemonTee
- License: mit
- Created: 2024-10-20T12:49:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-18T12:49:18.000Z (10 months ago)
- Last Synced: 2025-01-28T04:34:58.182Z (10 months ago)
- Topics: algorithms, data-structures, java, leetcode, leetcode-solutions
- Language: Java
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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简单题中按照通过率降序排序来刷