Played Challenges
formatted text to markdown - 175 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
- Number of attempts: 1
Line Zipper - 403 entries
Zip/pair related lines.
- Best score: 12
- Best player score: 16
- Number of attempts: 1
Complete the hex array data (Part II) - 129 entries
Do not use external tools(e.g. tac, seq) [My interpretation of Rule #7]
- Best score: 20
- Best player score: 26
- Number of attempts: 3
Interweave two blocks of text - 530 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
- Number of attempts: 2
Case preserving word replacement - 395 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
- Number of attempts: 2
Numbering a List - 1773 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 19
- Number of attempts: 2
Java Array2List - 216 entries
Convert an java array initializer into a list.
- Best score: 67
- Best player score: 103
- Number of attempts: 1
Context insensitive completion 0 - 461 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
- Number of attempts: 2
Reconstruct the Sentence - 1042 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
- Number of attempts: 4
Sort and add attributes - 1113 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 33
- Number of attempts: 2
Braces or Brackets? - 644 entries
Someone forgot whether to use braces or brackets and you have to clean up their code!
- Best score: 34
- Best player score: 42
- Number of attempts: 2
Flodder-challenge - 829 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 35
- Number of attempts: 2
Whitespace, empty lines and tabs - 2761 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 22
- Number of attempts: 3
Simple text editing with Vim - 11306 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 5779 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 36
- Number of attempts: 6