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 most frequent element in a list
  5. Find N smallest points in 2-D plane.
  6. Find Screen Size
  7. Find the centre of a sphere
  8. Find the in-between point
  9. Ka Ka Ka cypher - words only vol 1
  10. Large Factorials
  11. Lemmings Battle!
  12. Less or Equal
  13. Make Upper
  14. Matrix Calculator
  15. Maximum subarray sum
  16. Megamind
  17. Micro-World
  18. Multiplication table for number
  19. Music Fun #1 - Major Scale
  20. Odd Is Real
  21. Odd or Even?
  22. Optical character recognition
  23. Permutations
  24. Pick peaks
  25. Prime Factors
  26. Prime Word
  27. Remove a Specific Element of an Array
  28. Remove the parentheses
  29. Reverse words
  30. Roman Numerals Encoder
  31. Roman Numerals Helper
  32. Rooks
  33. Shift Left
  34. Shortest Word
  35. Simple Fun #234: Euler's Totient Function
  36. Splitting Numbers
  37. String ends with?
  38. Subtract the Sum
  39. Sum Factorial
  40. Sum of a Beach
  41. Testing 1-2-3
  42. The Speed of Letters
  43. Thinkful - String Drills: Repeater
  44. Tic-Tac-Toe (3D)
  45. Tiny Three-Pass Compiler
  46. Tiptoe through the circles
  47. Train your skills in creation of classes.
  48. Train your skills in writing/reading from files while using classes
  49. Tram Capacity
  50. TV Remote (symbols)
  51. Two Oldest Ages
Clone this wiki locally