Played Challenges
Rural Post - 4579 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 23
- Position: #917 / 1117
- Number of attempts: 1
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: 38
- Position: #25 / 38
- Number of attempts: 2
VimGolf