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.
因为格式化的原因 看不太懂你的代码的运作机制 。。。
不知道你是否陷入题目陷阱,题目意思有:相邻的元素,方向如果是相反的,则同时放弃这两步
我也陷入这这个陷阱导致有一段时间没解决问题
Hi! using ```{{ Your Codes Here }}``` to format your code and make it beauty
Yes, I got some troubles with it too.
On the output formatting paragraph, it says :
"The two subarrays are sorted in ascending order by their number weights if these weights are different, BY THEIR INDEXES IN THE STRING IF THEY HAVE THE SAME WEIGHTS."
The uppercase part of the paragraph is a lie.
The only sort you have to follow is the one on the weights.
Thank you, I just lost 30 minutes wondering why my solution wasn't working.