Skip to content

List of Cpp Kata to Update

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