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.
should be added more test cases in NASM, i need to apelate to gpt to create more test to know where signal change im wrong, so frustating lost 1 hour because of it. add this case as default please
{
const int arrin[7] = {1, 0, -2, 0, 3, 0, -4};
test(arrin, 7, 3);
}
im getting some problem with this in randon tests, all the test is passing but in the randon tests, seens like the length passed in the argument and the array checking is wrong
this is cheating kkkkk
You're welcome :)
call me razzed
razzing us up, are you?
Thanks for mentioning this. Due to the convoluted setup of the tests (C++) I got a non-explaining runtime error and would have had to guess otherwise.
why ?
depending of the language this could an 5kyo
new programers think that oneliners solutions are good so they upvote them
you really need to undertand the math sintaxe to do this kata, but maybe an AI can help you to describe the math formula for you :D
you mean recursive function, do you?
this kata should be 6 kyu if the math at it was obvious.
for me this worked, but maybe for doing in C++
this kata is very interesting, i built my own fibonnaci formula inside my answer but, some people had a way to do this with simple math i didnt undertood how this work, but since my goal inst math but programming, so i think my answer is valid
Loading more items...