Played Challenges
Quicksort - 597 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: 24
- Position: #73 / 158
- Number of attempts: 3
EDN reformat - 427 entries
The goal is to make the code more readable and concise while maintaining its functionality.
- Best score: 17
- Best player score: 18
- Position: #17 / 78
- Number of attempts: 4
Tic-Tac-Toe Grid Transformation - 165 entries
Your mission is to efficiently convert the original Tic-Tac-Toe grid, represented by 'x's and 'o's, into a neat and well-organized game board.
- Best score: 58
- Best player score: 75
- Position: #13 / 42
- Number of attempts: 9
Populate 3D bone names list - 255 entries
Ran into this at work, excited to see how this gets optimized
- Best score: 21
- Best player score: 21
- Position: #15 / 69
- Number of attempts: 7
Paste a column after a column - 1910 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 14
- Position: #51 / 410
- Number of attempts: 7
Tabbed Table to Python Array - 565 entries
Not payed by the hour? So make it fast ;-) The table contains the relative occurencies of bigrams (two consecutive letters) in 1/100,000 in the german language, copy-pasted from http://www.mathe.tu-freiberg.de/~hebisch/cafe/kryptographie/bigramme.html
- Best score: 50
- Best player score: 60
- Position: #73 / 151
- Number of attempts: 6
HS exam question - 1345 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 48
- Position: #19 / 365
- Number of attempts: 6
Reformat symbols in list - 1321 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 27
- Position: #100 / 294
- Number of attempts: 5
Fizzbuzz - 469 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 47
- Best player score: 78
- Position: #74 / 146
- Number of attempts: 2
Substraction (bis) - 509 entries
Solve the equations (adapted from the original @Caek_'s challenge).
- Best score: 21
- Best player score: 28
- Position: #41 / 99
- Number of attempts: 2
Poorly indented Python comments - 1079 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 16
- Position: #47 / 190
- Number of attempts: 12
Generate a very basic Python constructor (fixed) - 1093 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 7
- Best player score: 29
- Position: #26 / 233
- Number of attempts: 11
Fix the shell script! - 1974 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 27
- Position: #79 / 476
- Number of attempts: 6
Put a newline after every 10 lines in vim - 1466 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 13
- Position: #313 / 494
- Number of attempts: 2
Wikitext headings to markdown - 906 entries
Convert the wikitext headings to markdown.
- Best score: 20
- Best player score: 21
- Position: #54 / 190
- Number of attempts: 6
Fill in the chess board - 843 entries
Fill in the name of each square using its file (a-h) and rank (1-8).
- Best score: 19
- Best player score: 19
- Position: #18 / 169
- Number of attempts: 9
Learn to ask for :help - 487 entries
Learn to use the help to reduce your strokes...
- Best score: 19
- Best player score: 25
- Position: #42 / 111
- Number of attempts: 4
Plotting some variables in python - 1505 entries
4 sets of (x,y) variables to plot. Just increment the numbers! Well, let's change the colors of the lines as well. Oh and we meant to plot the absolute values of course.
- Best score: 34
- Best player score: 34
- Position: #40 / 317
- Number of attempts: 10
Transpose a python matrix - 784 entries
Rotate the matrix in 90 degrees.
- Best score: 23
- Best player score: 23
- Position: #15 / 129
- Number of attempts: 9
Python dataclasses - 882 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 23
- Position: #100 / 230
- Number of attempts: 3
Modernise code - 1285 entries
Modernise and clean up some C++ code.
- Best score: 34
- Best player score: 41
- Position: #124 / 298
- Number of attempts: 5
swap number pairs - 1945 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 20
- Position: #133 / 359
- Number of attempts: 3
HS Final exam vimgolf - 852 entries
Change the initial file to a single line containing all names comma-separated with numbers inside parentheses.
- Best score: 21
- Best player score: 22
- Position: #73 / 224
- Number of attempts: 10
Levenshtein distance - 103 entries
Compute distance for each pair. Notice that this recursive implementation is very inefficient. Wagner-Fischer algorithm is iterative and much faster. #vimscript
- Best score: 27
- Best player score: 34
- Position: #18 / 35
- Number of attempts: 4
Data reformat - 254 entries
Reformat this copy-paste data! #csv
- Best score: 38
- Best player score: 55
- Position: #40 / 59
- Number of attempts: 3
Get mail address from outlook format - 621 entries
Create a mail list space separated of mail list formatted by outlook
- Best score: 15
- Best player score: 16
- Position: #120 / 196
- Number of attempts: 3
Conway sequence - 23 entries
Generate the the first fifteen numbers. See here for more information: http://en.wikipedia.org/wiki/Look-and-say_sequence
- Best score: 43
- Best player score: 64
- Position: #18 / 18
- Number of attempts: 1
Pascal's Triangle - 34 entries
Generate the first 17 left-justified rows of Pascal's triangle.
- Best score: 36
- Best player score: 36
- Position: #10 / 15
- Number of attempts: 3