I wonder whether there is any automatic way of determining (at least roughly) the Big-O time complexity of a given function?
If I graphed an O(n) function vs. an O(n
I guess this isn't possible in a fully automatic way since the type and structure of the input differs a lot between functions.