Played Challenges
Rearrange array to single level - 1513 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 19
- Position: #56 / 250
- Number of attempts: 6
Rearrange array to one line - 716 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 19
- Position: #64 / 171
- Number of attempts: 1
Copy punctuation - 590 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 53
- Position: #116 / 146
- Number of attempts: 3
Deleting text - 288 entries
Delete everything except some specific numbers.
- Best score: 26
- Best player score: 45
- Position: #34 / 93
- Number of attempts: 4
Replace word while reserving first letter case - 636 entries
Window -> Door window -> door Windows -> Windows windows -> windows
- Best score: 24
- Best player score: 26
- Position: #39 / 122
- Number of attempts: 10
months to html list items - 1088 entries
Turn the months into list items.
- Best score: 22
- Best player score: 25
- Position: #124 / 295
- Number of attempts: 6
Quicksort - 2036 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: #122 / 451
- Number of attempts: 7
Populate 3D bone names list - 636 entries
Ran into this at work, excited to see how this gets optimized
- Best score: 21
- Best player score: 27
- Position: #74 / 164
- Number of attempts: 2
Find fix point of cos - 1426 entries
Write a function to find the fix point of cos. It is not a good code; It is just to use vim. Inspired by the excellent https://mvanier.livejournal.com/2897.html about the Y combinator.
- Best score: 14
- Best player score: 25
- Position: #343 / 422
- Number of attempts: 5
Reformat symbols in list - 1633 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 28
- Position: #177 / 351
- Number of attempts: 8
delete swap - 1801 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #359 / 561
- Number of attempts: 7