Played Challenges
Rearrange array to single level - 1720 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 44
- Position: #250 / 289
- Number of attempts: 1
Rearrange array to one line - 807 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 25
- Position: #136 / 190
- Number of attempts: 1
Copy punctuation - 682 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 47
- Position: #117 / 166
- Number of attempts: 1
Column wise pasting - 256 entries
Make a table from 3 columns
- Best score: 17
- Best player score: 40
- Position: #43 / 53
- Number of attempts: 1
Find fix point of cos - 1468 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: 19
- Position: #330 / 431
- Number of attempts: 2
VimGolf