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.
Ruby parameter name should use
snake_case
All languages should have sample and fixed tests whereby
CW
equals 0 to invalidate such solutionsPython new test framework should be used (Refer this & this for more detail)
Ruby 3.0 should be enabled (Refer this & this for more detail)
No random tests in Python, JavaScript, and CoffeeScript.
As noted by ARcard, it might be helpful to add to the problem description that the parameter 'functions' can't be altered by your function in any way, or the random tests fail. Otherwise, really nice kata!
Rust translation kumited .
I dont't understand how a function can be written like that in Python: chained([functions])(input) and I have no idea about how I can retrieve 'input' to pass it in the chain... If someone could give me a slight indication about where I should look for a solutionm I'd appreciate!
The description of the kata MUST include info about the direction in which angle is measured (clockwise or counter-clockwise), since it does directly affect side of the crosswind.
This comment is hidden because it contains spoiler information about the solution
Actually I don't understand the sentence below:
I dont't understand what is the headwind component and how to calculate it, could anybody explain it for me? My English is not good enough and the rule has confused me to take a lot of time.