Skip to content

List of Cpp Kata to Update

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