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.
This comment is hidden because it contains spoiler information about the solution
Haha, Im doign personal projects. I havent been on here that much.
Got it, thanks! The string before the method is actually the separator. Right. Thanks.
'I'
Question: if n = 1, does this return 'I' or '\nI'? Thanks!
Honey has done
20
more kata since! Let's gooooooooooooThis is the Monday motivation we all need! Very well said Misuta 🥰
Hope 8 months later you rised this level. I did the same exact solution and I only practised for a couple of months and katas, but while you progress you'll see (and this message is going to those who feels the same, and I think all of we felt once at last) that you learn from previous katas new ways and methods to programming, sometimes you need bit more knowledge learn see it from another point of view. I've made a document with all katas I did, my solution and other solutions I feel interesting. If I don't understand some or whatever I ask ChatGPT; we didn't learned knowing all, right? Somebody machine or not, AI or not have to teach us. So, Ganbatte kudasai, minasan! (And sorry for my english, writting fast, sleeped poorly...)
This comment is hidden because it contains spoiler information about the solution
:D
For large values of n, the recursive method can lead to a stack overflow. An iterative method can avoid this limitation.
nice
it seems i do smoe wasted efforts
Resolving this as the latest Python fork now accepts any shortest valid path.
Loading more items...