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.
(always state your language, but I can tell you're talking about the C code) ... which is giving you
m
andn
both as dimentions, although the description states the matrix will ben
byn
...What does m in the parameters of the function stands for? Is that the middle element of the matrix or?
The first step to help you with your problem is posting in that kata discourse, not here. There you can post your code using markdown formatting and marking your post as having spoiler content.
Hello,
I am trying to solve the Kata Sum String as Numbers.
The problem I get is that the code I wrote as a solution works in Visual Studio but for some reason on the platform I get an error on the same code
Can anyone please advise what could be the reason.Thanks!
This comment is hidden because it contains spoiler information about the solution
Ok,got that.Thank you guys for the help!
Indeed, check this for example:
Testing for:
n = 392095
what is the max number you can get deleting a single digit?No. You're supposed to find the maximum number you can get by removing exactly 1 digit.
Because it's tagged as Puzzles and Games. And that is part of what you have to figure out to solve the kata.But than the problem becomes find the smallest digit in the number and remove it,or not?
Why is it formulated like I need to find the maximum?
You're not supposed to rearrange the digits. If you remove one digit without rearranging, the max number is 101.
This comment is hidden because it contains spoiler information about the solution