-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reset difficulties #115
Reset difficulties #115
Conversation
jq -r '.exercises.practice[] | [.slug, .difficulty] | @csv' {bash,javascript,tcl}/config.json \
| awk -F, '
{sum[$1]+=$2; count[$1]++}
END {
PROCINFO["sorted_in"]="@ind_str_asc"
for (ex in sum) print ex, sum[ex]/count[ex]
}
' | column -t > average.difficulty
|
Man that re-order is like impossible to review, did you do that using an automated tool or by hand? :) That script is awesome... could you spit out the standard deviation across tracks also? That might be interested in dicsuss in a larger context. |
Told ya!
jq has sort commands.
Sure, on Monday. |
https://exercism-team.slack.com/archives/CARRG4MNC/p1659363468774649 |
b558bb1
to
dd55cfe
Compare
rebased to pull in new linked-list exercise in it's proper spot |
ref #112
I recommend reviewing the commits separately: