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.
Check this: https://www.codewars.com/kata/52b757663a95b11b3d00062d/discuss#67542f9cd8369da1c011f1e7
This Kata is specifically designed to be solved in the C language, where the use of null-terminated strings (C-strings) is fundamental to the challenge. While I understand the suggestion to make the title more explicit by referencing C-strings, I believe the current title is sufficient. Since this Kata is limited to C, and strings in C inherently follow the null-terminated convention, the title should not cause confusion within its intended context.
Forked and approved to resolve MC, thanks!
approve his fork
approve his fork
@o2001 ty
Thank you for the documentation, I may add it later
Fixed. I forgot to add the random number generator :)
Approved (please resolve this suggestion since I'm unable to).
Thanks
Sure I will edit it as follows.
I fixed the preloder,
generateRnadomNumber()
function,_main()
function. But I am having a problem solvingusing
statement, the testcase. Also how should I write the Initial Solution.Should I only impliment
generateRandomNumber()
andacceptGuess()
functionfor now I have unpublished the kata.
Indeed!
Yeah that's true you don't really need any vector/array function related libraries for this one so I agree with you the array would make more sense here. If some functions like find() were needed it would be too hard for 6kyu in my opinion because you only really use vector or string functions in most katas up to and including 6kyu and arrays are very obscure for beginners like me.
This is a 6kyu personally I am not sure but I think arrays have way less functions which would make it too hard for 6kyu.
Approved.
Loading more items...