pedmiston / exercism-problems

Analysis of programming problems on Exercism.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analysis of programming problems on Exercism.io

This repo contains code for extracting metadata about programming problems from Exercism.io via GitHub. The code for assembling the data is in the python module "exercism". The data is available in csvs in the "data-raw/" directory, or in an R package, which can be installed with remotes::install_github("pedmiston/exercism-problems").

Methods

To work on this project or reproduce results, see the Methods document.

Results

Our results are presented in the following dynamic documents:

Exercism.io Problems : Analyses of the problems available on Exercism.io including number of test cases and self-assigned difficulty. Source document: docs/exercism-problems.Rmd

About

Analysis of programming problems on Exercism.io

License:MIT License


Languages

Language:Python 91.5%Language:R 4.6%Language:Makefile 3.8%