Tags and topics to assign to kata - codewars/content-issues GitHub Wiki

The tag system is currently being redesigned, and here you can present your proposals of tags to assign to, or remove from, existing kata.

Workflow:

  • Create a collection named [Assign/Remove] tag "[some tag name]" and assign to the collection kata which you think should have some tag added or removed. The tag name can be an existing one, or you can propose something new. When proposing a new tag, following points should be considered:
    • Meaning of tags should be broad and not very detailed. The more general the tag, the better.
    • Tags should describe a topic of a kata or a type of a problem the kata task poses. With some exceptions, tags should not describe a solution. For example, recursion, dfs, dynamic programming are usually not good tags because users can choose to solve kata in another way. They can also serve as spoilers. Such tags are good if the tagged kata is specifically about this algorithm.
  • Add the collection to the list below with a link in following format: username - [Collection name](collection link) - optional description
  • Note: it's not yet known if/when collections will be processed, and it's not guaranteed the proposals will be realized, but they will definitely be considered. It's not necessary to maintain the collections after tags get added/removed to a kata.

Example:

- [hobovsky - Assign tag "game solvers"](https://www.codewars.com/collections/assign-tag-game-solvers) - kata simulating and solving games/puzzles.

Collections

Assign/Remove Tag

New Tag Proposal

Handled