Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huxulm/lc-rating
力扣周赛训练小工具
https://github.com/huxulm/lc-rating
Last synced: 2 days ago
JSON representation
力扣周赛训练小工具
- Host: GitHub
- URL: https://github.com/huxulm/lc-rating
- Owner: huxulm
- License: mit
- Created: 2022-11-02T09:15:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T07:37:18.000Z (7 months ago)
- Last Synced: 2024-04-14T00:58:01.951Z (7 months ago)
- Language: TypeScript
- Homepage: https://huxulm.github.io/lc-rating/
- Size: 1.37 MB
- Stars: 67
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LC-Rating
本项目使用 **[React](https://react.dev/)** + **[NextJS](https://nextjs.org/)** 构建
## 特性
1. 力扣中文竞赛题目列表,含分数展示,题解链接(来源:[@灵茶山艾府](https://space.bilibili.com/206214))
2. 难度训练,对于算法新手和老手想在力扣周赛上分的都可以使用此功能
3. 题解搜索, 支持根据题目、题解标题、算法模板名称、标签等过滤,纯本地化+缓存优化,速度飞快## 数据来源
- 基础 - 【[leetcode.cn](https://leetcode.cn/)】
- 题目难度 - 【[leetcode_problem_rating](https://raw.githubusercontent.com/zerotrac/leetcode_problem_rating/main/data.json)】