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