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.
This comment is hidden because it contains spoiler information about the solution
use two indentations to get a "code block", that will keep the spacing and "a bit special characters":
or define code blocks with groups of 3 backticks: `
will lead to :
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
Hi, thanks for the feedback- do you have any suggestions for a clearer wording of the problem?
Hi, please re-read the instructions, a lot of people have solved it successfully with Python so I would guess you misunderstood the requirements slightly!
This comment is hidden because it contains spoiler information about the solution