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.
should have been raised as an issue. no UB here, just a mistake on my part, an
==
that should have been a!=
during comparison when either of the words was a null pointer. fixed.I'm Happy to finish this challenge (if I calc the time that I spend to solve It take like 1day or 2day)
??
I don't know about your solution, but with C this is not uncommon to happen. This sometimes happens due to undefined behavior (UB) coming from your solution and influencing the tests. I was told that it's difficult / impossible to combat this from tests' side.
I only wrote code for returning words count, the array function words_to_array is empty.Solution got aproved. It does not check the array?
but you should specify what the problem actually is, because I'm not seeing it ( granted, I don't know much C ).
should mark this as an issue
You need to return this result, not print it to console.
Using python 3.11, getting the following results.
Test Results:
Fixed Tests
Basic Test Cases
Log
S.H
None should equal 'S.H'
Log
P.F
None should equal 'P.F'
Log
E.C
None should equal 'E.C'
Log
P.F
None should equal 'P.F'
Log
D.M
None should equal 'D.M'
This comment is hidden because it contains spoiler information about the solution
Missing empty strings and one-word string (no spaces) in sample && fixed tests of
CS
Crystal
C#
D
Elixir
Go (Only empty string test is missing)
Java
JS
PHP (Only one-word string test is missing)
Racket
Rust (Only empty string test is missing)
TS
Description is now language-agnostic, so closing
This is out of the specs of the kata, closing
Forked and approved
Yeah you Right about all that.
Thank you for all, I will still work on solution to find it.
Again Thank you
Loading more items...