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.
Lua translation!
Common Lisp translation, please approve / reject (author inactive).
No random tests in C#
Why am I getting an error saying my function is not defined in the database ?
Hello!
The Fibonacci sequence begins with the following 14 integers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233..
When he first asks me about the "nth_fib(1)" he expects "0" as an answer
which just makes no sense since "1" is the 2nd and the 3rd number
same with "nth_fib(4)" he expects "2" as an answer but there is no "4" in the whole sequence
so i just don't get what he is asking for, Thanks in advance.
I have 2 suggestions.
unsigned long long max value == 18,446,744,073,709,551,615
This comment is hidden because it contains spoiler information about the solution
SQL: when using recursive CTE, the "test" passes, but when I "submit", it gives "time out" error
https://www.codewars.com/kumite/637d03e8462774001ff1f4b7?sel=637d03e8462774001ff1f4b7
I've done a traslation for the kata in Scala. Please review.
This comment is hidden because it contains spoiler information about the solution
Java Translation
Rust translation please review and approve.
The range of inputs should be included in description.
Ruby 3.0 should be enabled (Refer this & this for more detail)
function name should use
snake_case
Python: Returning a list of tuples would be more pythonic.
Loading more items...