Ad
  • Custom User Avatar

    cpp test 3:
    Assert::That(name({"give", "your", "kata", "a", "name"}), Equals(13)); // giveyourkataaname
    I believe "giveyourkataaname" has 17 characters, the comment is wrong.

  • Custom User Avatar

    C++ fork with fixes

    • Resolves this issue
    • More sane initial solution
    • Improved random data generation
    • Improved code formatting
    • Added missing headers
    • Added assertion messages
    • Removed useless preloaded part
    • Removed using namespace std; from test cases

    Please review and reject/approve.

  • Custom User Avatar

    C++:

    The issue below is not fixed. Users still can modify inputs in the random tests.