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