Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
to ensure case insensitivity
This comment is hidden because it contains spoiler information about the solution
:D
The composition of two point reflections is a translation. Specifically, point reflection at p followed by point reflection at q is translation by the vector 2(q − p).
This comment is hidden because it contains spoiler information about the solution
nice!
Great! Thanks a lot!
See this: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
just wanted to ask, don't we need to use 'return' to return the result? Maybe I'm missing something
I thought it would be easier. In fact, I couldn't understand what a "reflection point" was, I couldn't find any information about it, and I hadn't heard of it before. The task is not difficult, but time consuming
Resolved by this
Approved by someone
You can check Wikipedia to learn more.
Can soemone pls explain this kata better, and its requirement
C++ kumite that fixes issues (including this one) of the current translation. Will invalidate all solutions (17 at the moment).
using namespace std
present in the initial solution anymore.std::pair
instead ofstd::array
).Please, review and reject/approve.
Loading more items...