Played Challenges
Transpose a python matrix - 873 entries
Rotate the matrix in 90 degrees.
- Best score: 23
- Best player score: 56
- Position: #88 / 138
- Number of attempts: 1
Lowercase first characters - 487 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: #111 / 183
- Number of attempts: 1
Turn the x - 328 entries
Turn the x to a +
- Best score: 19
- Best player score: 19
- Position: #9 / 82
- Number of attempts: 7
Levenshtein distance - 105 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: #17 / 37
- Number of attempts: 4