Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 837 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 837 Bytes

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