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.
GROOVY TRANSLATION
Please review and approve. Note: it's my very first translation, and if I missed something, I would appreciate your suggestions.
Java translation
check: https://docs.codewars.com/training/troubleshooting#works-but-no
https://docs.codewars.com/concepts/kata/discourse/#suggestions
the initial code has been adapted
Thanks, worked
the input matrix should be
const
-qualified in C:the input is a matrix:
int **
, i.e. an array of 8-byte pointers to 4-byteint
.[rdi]
gives you the (address of the) first row of the matrix, not the first element of the first rowI dont get where array pointer in NASM.
; <-- RAX sumofmin(ro [qword [dword RDI]] nums, RSI rows, RDX cols) -->
So
[rdi]
should be first item in array?I even did some function to print values in STDERR and everything worked fine but for
[rdi]
.Code i did and even checked on my machine works and would here too i believe if i could get this array.
Lua translation!
Fixed.
No random tests in Swift
Insufficient info, closing
Go Translation!
Loading more items...