Skip to content

List of Cpp Kata to Update

Voile edited this page May 6, 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
N queens problem (with one mandatory queen position) - challenge version 1 238 sign-compare

using namespace std; in Preloaded

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