Played Challenges
From brakets to parens - 699 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: #67 / 160
- Number of attempts: 2
Change to ascending order - 475 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 57
- Position: #73 / 113
- Number of attempts: 3
Swap columns and transform to CSV format - 399 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 17
- Position: #16 / 148
- Number of attempts: 4
VimGolf