Played Challenges
Change to ascending order - 473 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 49
- Position: #61 / 112
- Number of attempts: 4
Rearrange array to single level - 1654 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 22
- Position: #94 / 274
- Number of attempts: 2
Rearrange array to one line - 783 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 33
- Position: #159 / 184
- Number of attempts: 2
New teacher - 1440 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 25
- Position: #142 / 302
- Number of attempts: 2
Contributed Challenges
From brakets to parens - 692 entries
This is one of the most common problem when you wrap an array for error handling. Vim is useful when you convert foo[i][j][k] into foo(i, j, k) for many times.
VimGolf