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.
This comment is hidden because it contains spoiler information about the solution
this is node.js magic :)
You're right, I was checking with C++ 14 (whoops)
Fixed.
I think it indeed is a problem, because compilation reports error even for empty solution. It would mean that one of preloaded or tests is composed incorrectly. I did not have the time to check the actual C++ version tho.
Isn't that the expected behaviour? Why are you expecting to have includes for C functions initially?
The purpose of the kata is to show how to use those functions.
yep perfect
Let me have a look :)
This comment is hidden because it contains spoiler information about the solution
I guess you mean this kata:
https://www.codewars.com/kata/tail-recursion-with-trampoline
Or this (it's completely different though):
https://www.codewars.com/kata/odd-plus-even-equals-odd-prove-it
What made you think so?
It's called "Strict test-driven development"
Not tested => not developed.
My apologies, I did the last update on my phone and glossed right over that. The test cases have been updated with the proper expected value.
This comment is hidden because it contains spoiler information about the solution
Fixed.
Thanks @dayfine @Chrono79 ;-)
Loading more items...