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.
Good day. Please help, should I wrote all code myself or I may use python's pocker library?
Thank you vary much one more time! Its really great kata. In the begin I don
t understadt what you wont. But now I made solution I have little bit more exp. and skill
s in the write codding!I am not exactly sure what your test with
nodes.Count < 1000
is trying to prove, but your code uses an inefficient approach which is expected to time out.Your solution being slow is not a kata issue.
Addressed with this fork, please verify.
I failed in C# because of time outs. Then I limited the maximum amount of nodes to 1000 in the loop to see if I find the problem in the response with a return 0. It is expected to find over 700.000 nodes in a loop so I think we have time out issues with that.
You are welcome, glad it helps a bit!
Thank you very much! Earlier comment really better explain task.
Hi - if you want people to help you please post in English in Discourse; most people are using it as 2nd language and it's not difficult to use automatic translator to ask simple questions.
To answer your question - please see this earlier detailled comment (you can try to autotranslate it, if that helps you better), while you wait for native speaker to reply otherwise.
https://www.codewars.com/kata/52a89c2ea8ddc5547a000863/discuss/python#62b889b62e87b00031333e60
Кто нибудь может нормально обьяснить условия задания?
Более менее понятно, что должно быть на выходе и нифига непонятно что на входе.
Ни на английском ни на рауукосм понять невозможно.
И в чем именно проблема?
Честно я не разбирался в вашем коде но знаю что тестировщик работает исправно. У меня все удачно решилось.
Чем больше ваш код тем больше вероятность ошибки. Упрощайте.
В отсортированном списке 56 идет раньше чем 65. Соответственно вам нужно учесть этот момент. Как вариант можете изначально отсортировать последовательность и поймете какие числа с одинаковым весом идут раньше. Успехов.
Таже проблема. В этом то и сложность этого кода.
Нужно максимально его оптимизировать чтоб блина списка в 10**6 могла быстро решится.
Сам думаю над решением ;)