Played 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.
- Best score: 24
- Best player score: 42
- Position: #113 / 158
- Number of attempts: 2
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: 40
- Position: #224 / 274
- Number of attempts: 5
New teacher - 1440 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 30
- Position: #224 / 302
- Number of attempts: 3
months to html list items - 1119 entries
Turn the months into list items.
- Best score: 22
- Best player score: 29
- Position: #215 / 303
- Number of attempts: 1
VimGolf