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.
JS fork which:
(This fork was created with the help of Katafix btw )
I don't wanna delist this kata due to two active issues yet, but NodeJS current version is outdated (v8.1.3); consider using Node v18 + update testing framework with chai/mocha.
P.S. This kata was pretty fun, thx
why the puzzle in C++ language use
<cstdio>
header ? :(This comment is hidden because it contains spoiler information about the solution
Why not make '.#' instead of [True, False]?
JS translation
python new test frameworks
This is a C challenge, but I don't believe it's possible purely in C, for x64 - is it?
Since the first six arguments in SYS-V ABI are passed in registers rdi, rsi, rdx, rcx, r8, r9 and not on the stack, there's no real way to get them without using __asm or other non-C mechanisms perhaps.
I can find some arguments on the stack by abusing*,&. However, some arguments don't appear to be available without using __asm to try and extract it from registers directly. I could however be wrong. I do see n on the stack, which also confuses me as I would think it would only be in RDI, but past that I don't see anything until argument six of the variadic part. Am I wrong or is the challenge? Is it supposed to be solved with __asm?
This comment is hidden because it contains spoiler information about the solution
As a grandpa dev, I don't know sh... about Python...
And like this kind of puzzles... (see 'pentomino').
Can you make it C++ without me to forfeit ?
python new test framework is required. updated in this fork
In the initial solution
perimeter
is misspelled asperimenter
in the definition of the structshape_vtable_t
.I solved this problem and got points but couple of days later they were gone.
does anyone know why?
Rust translation
Anticheat test is crashing on accepted solutions.
Loading more items...