Played Challenges
Sort and Tag - 136 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: 83
- Position: #25 / 35
- Number of attempts: 1
YAML to dotenv - 291 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 16
- Position: #11 / 74
- Number of attempts: 7
Change to ascending order - 198 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 26
- Position: #16 / 55
- Number of attempts: 4
Quicksort - 1968 entries
We need the numbers in the first row sorted as quickly as possible! Be careful not to disturb the data below the divider though: that must remain unchanged.
- Best score: 6
- Best player score: 6
- Position: #95 / 434
- Number of attempts: 3
Reformat symbols in list - 1621 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 24
- Position: #59 / 348
- Number of attempts: 5