Played Challenges
YAML to dotenv - 1293 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 45
- Position: #232 / 272
- Number of attempts: 1
Change class fields from snake case to camel case - 278 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 53
- Position: #102 / 104
- Number of attempts: 1
Remove adjacent duplicates - 646 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 45
- Position: #139 / 162
- Number of attempts: 1
Rearrange array to single level - 1657 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 37
- Position: #215 / 275
- Number of attempts: 2
Rearrange array to one line - 788 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 39
- Position: #164 / 185
- Number of attempts: 1
VimGolf