Played Challenges
Sort and Tag - 676 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: #33 / 140
- Number of attempts: 6
YAML to dotenv - 1482 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 17
- Position: #65 / 302
- Number of attempts: 4
Search different SQL column with similar where clause - 328 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: #48 / 75
- Number of attempts: 4
Rearrange array to single level - 1742 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: #139 / 291
- Number of attempts: 4
Count words - 112 entries
Merge duplicates and count each word.
- Best score: 39
- Best player score: 51
- Position: #11 / 25
- Number of attempts: 4
VimGolf