Open nthiery opened 5 years ago
@mciissee peut jetter un oeil pour que l'on essaye d'intégrer ces puzzle dans un exercice pl.
Nothing urgent: the main purpose is to spread and keep a reference to some fun things other people are doing for programming education.
Parson's puzzles are programming exercise where the student is given a program with its lines permuted, and need to fix the order to make the program work. Variants includes also fixing the indentation for indentation-based programming language like Python.
See e.g.:
We may want to add such a type of exercise in PremierLanguage. As a crude first approximation, we could add support for line order/indentation randomization in cpp-info111:
cc: @HuxoD142, @hivert