Played Challenges
Replace markdown sections with numbering - 205 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 54
- Position: #20 / 61
- Number of attempts: 6
Fix the Scala Method - 230 entries
Fix the missing semicolons and the Int type, ensure the floating point division, and remove the unnecessary return.
- Best score: 9
- Best player score: 34
- Position: #69 / 73
- Number of attempts: 1
Replace word while reserving first letter case - 636 entries
Window -> Door window -> door Windows -> Windows windows -> windows
- Best score: 24
- Best player score: 44
- Position: #95 / 122
- Number of attempts: 1
months to html list items - 1088 entries
Turn the months into list items.
- Best score: 22
- Best player score: 24
- Position: #62 / 295
- Number of attempts: 7
Quicksort - 2036 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: #88 / 451
- 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: 33
- Position: #125 / 167
- Number of attempts: 6
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: 18
- Position: #312 / 422
- Number of attempts: 3
Exchanging Quotes - 859 entries
Sometimes you need to exchange a choice of quotes in some code.
- Best score: 30
- Best player score: 39
- Position: #176 / 231
- Number of attempts: 3