Played Challenges
Fix timezone format - 326 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: 15
- Position: #8 / 105
- Number of attempts: 8
Search different SQL column with similar where clause - 322 entries
Replace a column in the where clause and convert all numbers from text to numeric, by replacing the leading 0 with the code 359.
- Best score: 22
- Best player score: 23
- Position: #22 / 74
- Number of attempts: 4
Rearrange array to single level - 1720 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 188
- Position: #283 / 289
- Number of attempts: 1
Deleting text - 329 entries
Delete everything except some specific numbers.
- Best score: 26
- Best player score: 45
- Position: #43 / 103
- Number of attempts: 1
Define Gray code states - 53 entries
List the states using Gray code and assign Gray code values to each state.
- Best score: 56
- Best player score: 124
- Position: #14 / 14
- Number of attempts: 2
New teacher - 1465 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 24
- Position: #99 / 306
- Number of attempts: 5
months to html list items - 1130 entries
Turn the months into list items.
- Best score: 22
- Best player score: 22
- Position: #22 / 306
- Number of attempts: 14
Tic-Tac-Toe Grid Transformation - 449 entries
Your mission is to efficiently convert the original Tic-Tac-Toe grid, represented by 'x's and 'o's, into a neat and well-organized game board.
- Best score: 56
- Best player score: 239
- Position: #83 / 87
- Number of attempts: 2
Populate 3D bone names list - 652 entries
Ran into this at work, excited to see how this gets optimized
- Best score: 21
- Best player score: 31
- Position: #103 / 168
- Number of attempts: 2
VimGolf