https://github.com/aurasphere/skill-value-challenges
My solutions to challenges on SkillValue.
https://github.com/aurasphere/skill-value-challenges
challenges java skillvalue
Last synced: 9 months ago
JSON representation
My solutions to challenges on SkillValue.
- Host: GitHub
- URL: https://github.com/aurasphere/skill-value-challenges
- Owner: aurasphere
- License: mit
- Created: 2018-03-03T22:04:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T23:21:33.000Z (almost 6 years ago)
- Last Synced: 2025-08-01T15:56:57.436Z (11 months ago)
- Topics: challenges, java, skillvalue
- Language: Java
- Homepage: https://www.skillvalue.com
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.paypal.com/donate/?cmd=_donations&business=8UK2BZP2K8NSS)
# SkillValue Challenges
My solutions to challenges on https://www.skillvalue.com.
Each score is computed based equally on this four parameters of the code:
- the time needed to compile (**SPEED**)
- the number of compilations (**KNOW-HOW**)
- the proportion between failed/passed (**ACCURACY**)
- the cyclomatic complexity of your code, etc (**EFFICIENCY**)
I may have tried some of this challenges more than once to maximize these parameters and improve my code quality.