Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yunyoujun/leetcode

💻 LeetCode Practice
https://github.com/yunyoujun/leetcode

leetcode practice

Last synced: about 2 months ago
JSON representation

💻 LeetCode Practice

Awesome Lists containing this project

README

        

# LeetCode

[![LeetCode TOC](https://github.com/YunYouJun/LeetCode/workflows/LeetCode%20TOC/badge.svg)](https://github.com/YunYouJun/LeetCode/actions?query=workflow%3A%22LeetCode+TOC%22)

> 用优雅的方式刷题吧!(自动生成题目信息与推送)

[LeetCode](https://leetcode-cn.com) Practice [TOC 目录](https://yunyoujun.github.io/LeetCode/)

## Language



- JavaScript
- TypeScript
- Python3

## Usage

- `npm run test`: Run all test cases by vitest.
- `npm run start`: Start solve problem, input `titleSlug` to generate info
- `npm run solve`: Solve problem and push to github
- `npm run generate:TOC`: Generate TOC
- `npm run lint`: Lint all files by [ESLint](https://eslint.org/)

## FAQ

- [x] vitest bug [RangeError: Maximum call stack size exceeded](https://github.com/vitest-dev/vitest/issues/3060)
- Caused by `.env`. `PYTHONPATH=${workspaceFolder}:${PYTHONPATH}`

## Ref

- [高频题 - CodeTop](https://codetop.cc/)