Played Challenges
Rearrange array to single level - 1298 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: #47 / 205
- Number of attempts: 6
Rearrange array to one line - 602 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 19
- Position: #52 / 144
- Number of attempts: 1
Copy punctuation - 487 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: #97 / 121
- Number of attempts: 3
Deleting text - 254 entries
Delete everything except some specific numbers.
- Best score: 26
- Best player score: 45
- Position: #32 / 81
- Number of attempts: 4
Replace word while reserving first letter case - 604 entries
Window -> Door window -> door Windows -> Windows windows -> windows
- Best score: 24
- Best player score: 26
- Position: #37 / 118
- Number of attempts: 10
months to html list items - 1010 entries
Turn the months into list items.
- Best score: 22
- Best player score: 25
- Position: #119 / 274
- Number of attempts: 6
Quicksort - 1962 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 / 431
- Number of attempts: 7
Populate 3D bone names list - 629 entries
Ran into this at work, excited to see how this gets optimized
- Best score: 21
- Best player score: 27
- Position: #73 / 162
- Number of attempts: 2
Find fix point of cos - 1402 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: #336 / 415
- Number of attempts: 5
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: 28
- Position: #175 / 348
- Number of attempts: 8
delete swap - 1786 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #359 / 555
- Number of attempts: 7