Played Challenges
Reorganize Pokémon - 307 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 25
- Position: #76 / 82
- Number of attempts: 1
Replace csv column if it's not empty - 95 entries
Replace the credit_score_percentile column with the value 0.0 but leave the empty ones untouched
- Best score: 15
- Best player score: 55
- Position: #38 / 39
- Number of attempts: 1
Fix timezone format - 228 entries
Add the missing T and Z in the datetime field. There should be a T instead of the space, and a Z at the end of the datetime. `2024-08-31 18:32:00;` -> `2024-08-31T18:32:00Z;`
- Best score: 15
- Best player score: 21
- Position: #65 / 76
- Number of attempts: 1
Rearrange array to one line - 604 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 25
- Position: #109 / 145
- Number of attempts: 1
Quicksort - 1962 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: 31
- Position: #342 / 431
- Number of attempts: 1
Find fix point of cos - 1403 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: 23
- Position: #333 / 416
- Number of attempts: 1
HS exam question - 1589 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 71
- Position: #213 / 417
- Number of attempts: 1
Changing around text with citations - 329 entries
Based off of something I saw on reddit
- Best score: 28
- Best player score: 43
- Position: #68 / 93
- Number of attempts: 2
Visual block training - 1070 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 40
- Position: #118 / 204
- Number of attempts: 1
Put a newline after every 10 lines in vim - 1658 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 15
- Position: #472 / 557
- Number of attempts: 1
Fill in the chess board - 959 entries
Fill in the name of each square using its file (a-h) and rank (1-8).
- Best score: 19
- Best player score: 41
- Position: #121 / 185
- Number of attempts: 2
Plotting some variables in python - 1661 entries
4 sets of (x,y) variables to plot. Just increment the numbers! Well, let's change the colors of the lines as well. Oh and we meant to plot the absolute values of course.
- Best score: 34
- Best player score: 50
- Position: #212 / 348
- Number of attempts: 1
Transpose a python matrix - 873 entries
Rotate the matrix in 90 degrees.
- Best score: 23
- Best player score: 48
- Position: #80 / 138
- Number of attempts: 2
Increment number for every 10 lines - 230 entries
The file consists of 2 columns (code and percentage). We need to add 2 more columns with increasing number for 4th column (Xcols) and increment 3rd column (Ycols) only for every 10 lines with reset of 4th column
- Best score: 25
- Best player score: 61
- Position: #46 / 64
- Number of attempts: 1