Dynamic Programming: Knapsack - Minimum Cost for Tickets
What is the overall time complexity of a bottom-up dynamic programming solution that uses binary search to find the next valid travel day when computing the minimum cost tickets for n travel days?
