Played Challenges
Quicksort - 1883 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: #23 / 412
- Number of attempts: 6
Remove line numbers - 694 entries
From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.
- Best score: 9
- Best player score: 13
- Position: #86 / 189
- Number of attempts: 10
Easier Align - 393 entries
Align the columns of a markdown table
- Best score: 51
- Best player score: 62
- Position: #11 / 95
- Number of attempts: 3
Paste a column after a column - 2511 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 14
- Position: #24 / 547
- Number of attempts: 8
Filter number combinations that don't add to 11 - 401 entries
Append the sum of each line to its end, alongside an equals sign, and remove any that do not sum to 11. The ordering of lines should stay the same. Note that the combinations are semi-arbitrary and not all 4-number combinations are present in the file.
- Best score: 27
- Best player score: 28
- Position: #53 / 114
- Number of attempts: 3