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.
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.
The error was in the scope.
I would say that this is strange, because if you run everything single-handedly, then everything goes well.
I have fixed the error, thanks.
I can't see the issue here, and I do not understand the problem.
Loading more items...