https://github.com/supercoderhawk/leetcode
leetcode练习
https://github.com/supercoderhawk/leetcode
leetcode leetcode-c leetcode-java leetcode-python
Last synced: 10 months ago
JSON representation
leetcode练习
- Host: GitHub
- URL: https://github.com/supercoderhawk/leetcode
- Owner: supercoderhawk
- Created: 2016-03-22T10:09:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T01:37:10.000Z (about 5 years ago)
- Last Synced: 2025-01-17T04:28:29.160Z (11 months ago)
- Topics: leetcode, leetcode-c, leetcode-java, leetcode-python
- Language: C
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# leetCode 刷题代码库
## 文件夹
* C: C语言,IDE为CLion
* Java: Java语言,使用maven管理依赖,使用junit测试,IDE为Intellij IDEA
* Python: Python语言,IDE为PyCharm