You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#284: Turtle, Buggle: Better message when mixing pens and brushes
Hanoi: Allows for problems with 3+ pegs and multiple stacks
Buggle: Sensible names for well known colors when diffing worlds
Pedagogical content:
#410: Fix my usage of "teach" vs. "learn" in English
#240: SlugSnail: add false leads to avoid cheaters
#229: Poucet: Split the exercise in two. Both request to write
two loops. The external loop is always a do/while ("until
found"). The inner loop in the first one is a simpler for loop
while the second exercise request the inner loop to also be a
do/while (because of the corridors of differing lenghts)
InterleavedHanoi,SplitHanoi[123]; LinearHanoi,LinearTwinHanoi;
TricolorHanoi[123]; CyclicHanoi; IterativeHanoi: New exercises
to work on the decomposition of recursive problems.
Move the Moria exercise to the last position in welcome lesson.
It is ways harder than the other ones.