Played Challenges
Sort and Tag - 622 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: 48
- Position: #32 / 127
- Number of attempts: 6
YAML to dotenv - 1255 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 17
- Position: #56 / 266
- Number of attempts: 4
Search different SQL column with similar where clause - 314 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: 27
- Position: #46 / 69
- Number of attempts: 4
Rearrange array to single level - 1649 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 25
- Position: #134 / 272
- Number of attempts: 4
Count words - 92 entries
Merge duplicates and count each word.
- Best score: 39
- Best player score: 51
- Position: #9 / 23
- Number of attempts: 4
VimGolf