Played Challenges
Transpose a python matrix - 901 entries
Rotate the matrix in 90 degrees.
- Best score: 23
- Best player score: 56
- Position: #89 / 139
- Number of attempts: 1
Lowercase first characters - 499 entries
This is the (abridged) input for Day 3 in Advent of Code 2019. The output is a format more suitable for Prolog programming: the two lines of input become two lists of pairs, joined together in a wires functor.
- Best score: 33
- Best player score: 43
- Position: #113 / 185
- Number of attempts: 1
Turn the x - 339 entries
Turn the x to a +
- Best score: 19
- Best player score: 19
- Position: #9 / 84
- Number of attempts: 7
Levenshtein distance - 122 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: 33
- Position: #18 / 38
- Number of attempts: 4
VimGolf