Skip to content

List of Cpp Kata to Update

geoffp7 edited this page Jun 11, 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. Matrix Calculator
  2. Optical character recognition
  3. Tiptoe through the circles
Clone this wiki locally