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.
Its not. Very simple bcoz using just a single mehod that returs 0 if negative or an addition result. Very logical and concise solution.
Nice ,short, and clean code congratulation !!
chars argument is a pointer to a constant characters i.e., you cannot modify the contents of address to which it points to but can modify what string it points to
dude,It must be the best way to do this
no, it returns with commas
But this solution return number without "," (commas)
This comment is hidden because it contains spoiler information about the solution
chatgpt (not to be offensive)
this one made me laugh. love it!
I knew there was a way to do this..
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
yeap, it's best with O(n)
Your solution does the same you just take up another line to copy the contents of the initial string into a new one.
this kata makes me feel bad :(
Loading more items...