Earlier quoted context omitted.
That's not even close to all there is to it. Complexity analysis is a relatively young field with lots of deceptively simple unsolved problems. For a simple example of how it's a lot more than that, follow Tarjan's proof of the disjoint set's amortized time complexity[0]. It's not at all obvious, even though the disjoint set is a very simple and practical data structure. [0]: http://www.e-maxx.ru/bookz/files/dsu/Effi…
So what would be a deceptivly simple unsolved problem?
https://en.wikipedia.org/wiki/List_of_unsolved_problems_in_c...