Skip to content

Instantly share code, notes, and snippets.

@Insti
Last active September 2, 2015 17:51
Show Gist options
  • Save Insti/a3394327a773da267d2c to your computer and use it in GitHub Desktop.
Save Insti/a3394327a773da267d2c to your computer and use it in GitHub Desktop.
Good codewars kata

There are a lot of kata on codewars that are terrible.

8 kyu is the easiest and 1kyu is the hardest.

Here is a list of some the good ones: (This is not a complete list, and eventually there will be more than one for each level.)

The good kata

8 kyu

Even or odd
Array#second (ruby)

7 kyu

You're a square

6 kyu

Triangle type

5 kyu

Guess the gifts

4 kyu

3 kyu

2 kyu

1 kyu

What makes a good kata

  • Description should be clear.
  • Task should be sensible.
  • Input data should be in an appropriate format.
  • Output data should be in an approprate (consistent) format.
  • Tests should be helpful.
  • Tests should be complete.
  • Should not require manual entry of large arrays/strings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment