April 9, 2024

Apr
09
2024
0

Daily Question – 2073. Time Needed to Buy Tickets

Description: https://leetcode.com/problems/time-needed-to-buy-tickets/description/ Code: Time complexity O(n2) Can be simplified to O(n) as we do not need...