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

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.

Awesome Lists containing this project

README

          

[![Donate](https://img.shields.io/badge/Donate-PayPal-orange.svg)](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.