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.
still not sure why this required me to hardcode a fix, first time doing that
kinda a bit easy for a 3. 4x4 buildings for example is much much harder and it's a 4
Ehhh, mine was clearly slicker
and then theres my solution
I finally got it to work but then it's too slow :( I think I had a good strategy too but so I'm not really sure how to make it faster
edit: I got it. This was a really fun riddle. Somehow figured it out without using recursion. Although my code is really clunky I'm proud
I don't understand how
n = int(len(self.board)** 0.5
doesn't break it. How does it make an int if it's not a square number?
Oh I guess int rounds down I thought it errored