https://github.com/wangrunlin/codegymtasks
CodeGymTasks
https://github.com/wangrunlin/codegymtasks
java
Last synced: 6 minutes ago
JSON representation
CodeGymTasks
- Host: GitHub
- URL: https://github.com/wangrunlin/codegymtasks
- Owner: wangrunlin
- License: mit
- Created: 2020-07-11T14:29:50.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T07:45:00.000Z (over 4 years ago)
- Last Synced: 2025-08-27T11:18:18.656Z (11 months ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 479 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [CodeGymTasks](https://github.com/wangrunlin/CodeGymTasks)
## English :
[中文](#jump)
This is my Java learning code
They are from [codegym](https://codegym.cc/).
Personal tests are passed, but not the optimal solution.
Codegym's questions are very good, each question is closely related to a small focus on Java, not particularly difficult, but particularly wonderful.
It is recommended to do it first. If you encounter something that you can't, you can take a look at the code comparison answer.
## 中文版本:
这是我的 Java 学习代码
他们来自 [codegym](https://codegym.cc/)。
个人测试均通过,但不是最优解。
codegym 的题都非常的不错,每道题都紧扣一个关于 Java 的小重点,不是特别难,但是特别妙。
建议先做,遇到了实在不会的可以看一下已通过代码对比答题。