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.
I didn't know it was so difficult to use spaces here :(
Hi,
Maybe a visual display of the queue and the tills will be helpful :
Q
T
= 2Sum
1 --> 1 | 10 | 6 | 17
2 --> 2 | 4 | 5 | 11
10
4
5
6
At the end:
T1 contains : 1 | 10 | 6
T1sum = 17
T2 contains : 2 | 4 | 5
T2sum = 11
Maybe somthing like that and emphasizing on the part that only empty q will get new customer will help
Maybe integrating the notes after
Edit:
in the details will help tooI hope that had been helpful
This comment is hidden because it contains spoiler information about the solution