Low: list_ticket: space complexity depends just on tickets count
There is no one-off string present in the accumulated output.
Furthermore, the space reserved for each ticket is more than enough
per my back-of-the-envelope calculation for the worst case
(BOOTH_NAME_LEN * 2 + 92).