I'm not sure this belongs here, but I don't know where else to post it:
On a handout from my Analysis of Algorithms class there's a "Hierarchy of Functions" chart which includes familiar orders such as
log n, linear, n log n, quadratic, cubic, exponential, etc.
There is one that I've...