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.
can we use numpy?
i got it, thanks a lot. Now im tryna solve problem with time out :)
Hi there.
Im really confused about this test [3, 1, 2, 7, 1, 11, 12, 3, 8, 1], [1, 8, 4, 5, 2, 21, 5, 2, 2, 17] where answer = (1583,1700). I dont really get it. Shouldnt we multiply and add the even indeces for white and odd indeces for black? Cause after adding up the i get (89, 297), separately. Please help, author or anyone else.