Played Challenges
Quicksort - 2035 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: #50 / 450
- Number of attempts: 13
EDN reformat - 1175 entries
The goal is to make the code more readable and concise while maintaining its functionality.
- Best score: 17
- Best player score: 18
- Position: #45 / 167
- Number of attempts: 16
Find fix point of cos - 1426 entries
Write a function to find the fix point of cos. It is not a good code; It is just to use vim. Inspired by the excellent https://mvanier.livejournal.com/2897.html about the Y combinator.
- Best score: 14
- Best player score: 15
- Position: #184 / 422
- Number of attempts: 5
Python dataclasses - 1214 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 19
- Position: #63 / 300
- Number of attempts: 9
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: 44
- Position: #36 / 37
- Number of attempts: 1
Basic renumbering - 5685 entries
Renumbering Basic.
- Best score: 11
- Best player score: 11
- Position: #274 / 1270
- Number of attempts: 17