Well, maybe you can add that to your kata
Uh... It's fun to do so :-)
all desired cases seem to be covered explicilty
:)
now it should be ok for real
i think i will remove the possibility to get such an input because it doesn't make much sense then the only "empty input" will be the result of :[[""]]*n (with n==0 -> []) good observation, thanks for pointing out ! regarding the second problem, i guess it's only related to the first one ? edit : i fixed it, [[], ..., []] is not possible anymore
[[""]]*n
[[], ..., []]
Approved
approved
Thanks for the translation and sorry for the late response. Approved.
I really got to start using StringBuilder. I went full Barney-style with my solution.
Is that a problem? It's a 8kyu kata, someone who codes a solution like yours deserves it, doesn't he?
Glad you enjoyed it, I merged your translation!
Until that gets translated to python, I'm going to resolve this issue.
see issue above
Well, maybe you can add that to your kata
Uh... It's fun to do so :-)
all desired cases seem to be covered explicilty
:)
now it should be ok for real
i think i will remove the possibility to get such an input because it doesn't make much sense
then the only "empty input" will be the result of :
[[""]]*n
(with n==0 -> [])good observation, thanks for pointing out !
regarding the second problem, i guess it's only related to the first one ?
edit : i fixed it,
[[], ..., []]
is not possible anymoreApproved
approved
Thanks for the translation and sorry for the late response. Approved.
I really got to start using StringBuilder. I went full Barney-style with my solution.
Is that a problem? It's a 8kyu kata, someone who codes a solution like yours deserves it, doesn't he?
Glad you enjoyed it, I merged your translation!
Until that gets translated to python, I'm going to resolve this issue.
see issue above
Loading more items...