Played Challenges
From brakets to parens - 1134 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: 30
- Position: #95 / 249
- Number of attempts: 14
π - 298 entries
1200 π chars
- Best score: 16
- Best player score: 34
- Position: #51 / 71
- Number of attempts: 1
Sort and Tag - 685 entries
The goal is to sort these lines alphabetically, assign a unique identifier to each line in the format "[01]", "[02]", etc., and then restore the original order of the lines while preserving the assigned identifiers.
- Best score: 36
- Best player score: 188
- Position: #132 / 145
- Number of attempts: 1
Swap columns and transform to CSV format - 447 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 17
- Position: #72 / 162
- Number of attempts: 13
Move list of uuids into a SQL query - 228 entries
Take the list of UUIDs and use them as a filter in the where statement of a SQL query
- Best score: 57
- Best player score: 68
- Position: #47 / 74
- Number of attempts: 4
Search different SQL column with similar where clause - 336 entries
Replace a column in the where clause and convert all numbers from text to numeric, by replacing the leading 0 with the code 359.
- Best score: 22
- Best player score: 26
- Position: #44 / 79
- Number of attempts: 2
VimGolf