Back to General discussions forum
Hello,
I am currently solving the Ticket Puzzle problem (#210).
I think there is a small mistake in the first example:
The problem states for every binary operation, there should be exactly one opening and one closing bracket. But for the first example (1+((5+1)+3)*(7+4)), there are 5 binary operators, but only 4 opening and closing brackets.
Oh, thanks a lot, this really seems confusing. Probably multiplication is lacking brackets? I added them, hopefully I have done it correctly :)
Yes it is correct now, thanks for the quick fix :)