Played Challenges
Interweave two blocks of text - 658 entries
Suppose you've got data on a list of things from multiple sources. They're all in separate chunks, so how might you create a tabular output?
- Best score: 15
- Best player score: 17
- Position: #79 / 213
- Number of attempts: 2
formatted text to markdown - 184 entries
You're converting some posts from an old blog to markdown. The formatted text is far closer to the finished product than the html markup, so it seems like a good place to start. Word wrapping seems to be the main area for optimization.
- Best score: 70
- Best player score: 79
- Position: #37 / 67
- Number of attempts: 1
Line Zipper - 471 entries
Zip/pair related lines.
- Best score: 12
- Best player score: 16
- Position: #105 / 213
- Number of attempts: 1
Case preserving word replacement - 454 entries
Half way through my project, my people turned into dogs. Now I have to change everything in my source.
- Best score: 19
- Best player score: 19
- Position: #14 / 180
- Number of attempts: 2
Complete the hex array data (Part II) - 166 entries
Do not use external tools(e.g. tac, seq) [My interpretation of Rule #7]
- Best score: 20
- Best player score: 26
- Position: #39 / 69
- Number of attempts: 3
Numbering a List - 1929 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 19
- Position: #187 / 651
- Number of attempts: 2
Java Array2List - 232 entries
Convert an java array initializer into a list.
- Best score: 67
- Best player score: 103
- Position: #45 / 87
- Number of attempts: 1
Context insensitive completion 0 - 558 entries
Buried in the lines you're not supposed to add is the line "Add this line!" Add that line to the top of the file.
- Best score: 6
- Best player score: 7
- Position: #50 / 242
- Number of attempts: 2
Sort and add attributes - 1418 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 33
- Position: #65 / 551
- Number of attempts: 2
Reconstruct the Sentence - 1469 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 20
- Best player score: 24
- Position: #292 / 404
- Number of attempts: 4
Braces or Brackets? - 958 entries
Someone forgot whether to use braces or brackets and you have to clean up their code!
- Best score: 34
- Best player score: 42
- Position: #113 / 306
- Number of attempts: 2
Whitespace, empty lines and tabs - 3577 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 22
- Position: #266 / 773
- Number of attempts: 3
Flodder-challenge - 1220 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 35
- Position: #138 / 327
- Number of attempts: 2
Simple text editing with Vim - 12631 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #858 / 3655
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 6836 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 36
- Position: #413 / 1674
- Number of attempts: 6