Played Challenges
From brakets to parens - 637 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: #107 / 149
- Number of attempts: 2
Rearrange array to single level - 1650 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: #222 / 273
- Number of attempts: 5
New teacher - 1426 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 30
- Position: #223 / 301
- Number of attempts: 3
months to html list items - 1110 entries
Turn the months into list items.
- Best score: 22
- Best player score: 29
- Position: #214 / 301
- Number of attempts: 1
VimGolf