why can’t keep eliminating the exponential time complexity example 2^N but keep on eliminating the constant so at last it becomes 0(1)
Consider the time complexity (5N^2). By eliminating the constant factor 5, we represent the time complexity as (O(N^2)).