Skip to content

List of Cpp Kata to Update

Voile edited this page May 18, 2021 · 81 revisions

Warnings

The following C++ kata outputs warnings when tested against the reference solution. The table is sorted by the number of warnings generated (the second column). The third columns is the size of the warnings in bytes (noisiness).

Kata Count Bytes Warnings
Blaine is a pain 18 5205 sign-compare,unused-function,unused-lambda-capture

using namespace std; in Preloaded

  1. Areas of Voronoi cells
  2. Centre of attention
  3. Find ingredients for making glass
  4. Find Screen Size
  5. Find the centre of a sphere
  6. Find the in-between point
  7. Ka Ka Ka cypher - words only vol 1
  8. Lemmings Battle!
  9. Matrix Calculator
  10. Megamind
  11. Micro-World
  12. Optical character recognition
  13. Prime Word
  14. Rooks
  15. Simple Fun #234: Euler's Totient Function
  16. Sum of a Beach
  17. Tic-Tac-Toe (3D)
  18. Tiptoe through the circles
  19. Train your skills in creation of classes.
  20. TV Remote (symbols)
Clone this wiki locally