Played Challenges
Reordering properties - 412 entries
Arrange the CSS lines for the #topbar selector based on their complete line length, from shortest to longest.
- Best score: 24
- Best player score: 63
- Position: #44 / 108
- Number of attempts: 2
Change to ascending order - 257 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 57
- Position: #45 / 69
- Number of attempts: 2
Swap columns and transform to CSV format - 222 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 16
- Position: #4 / 81
- Number of attempts: 6
Reorganize Pokémon - 465 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 18
- Position: #9 / 127
- Number of attempts: 6
Remove adjacent duplicates - 531 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 21
- Position: #42 / 137
- Number of attempts: 13
Rearrange array to one line - 667 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 19
- Position: #67 / 161
- Number of attempts: 7
Quicksort - 2003 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: #126 / 441
- Number of attempts: 8
Find fix point of cos - 1408 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: 14
- Position: #77 / 418
- Number of attempts: 4
Surround the 'z' character with brackets, quotes, and print as formatted string. - 561 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #227 / 314
- Number of attempts: 2
Simple text editing with Vim - 12996 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #728 / 3739
- Number of attempts: 7