Skip to content

List of C Kata to Update

Voile edited this page May 4, 2021 · 93 revisions

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

Kata Count Bytes Warnings
Simple remove duplicates 15 5771 format,incompatible-pointer-types-discards-qualifiers,sign-compare
Variable Number of Arguments in C, without "va" 8 1420 implicit-function-declaration,unused-variable
Escape the maze 6 965 implicit-function-declaration,int-conversion,unused-parameter,unused-variable
Simple letter removal 4 2420 implicit-function-declaration,int-conversion,sign-compare
Simple Fun #177: Rank Of Element 3 2204 format-extra-args,incompatible-pointer-types,int-conversion
Picture Contest - Extract the message 3 1677 implicit-function-declaration,int-conversion,sign-compare
Simple Fun #198: Cake Slice 1 201 implicit-function-declaration
Secret Agent Time Travel Calculations 1 264 unused-variable
Laxative Shot Roulette 1 614 implicit-function-declaration
Guarding the AlgoLandia 1 594 implicit-function-declaration
Clone this wiki locally