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