Played Challenges
From brakets to parens - 657 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: 31
- Position: #63 / 152
- Number of attempts: 2
Change to ascending order - 455 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 57
- Position: #72 / 111
- Number of attempts: 3
Swap columns and transform to CSV format - 387 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 17
- Position: #16 / 144
- Number of attempts: 4
VimGolf