Is the Big-O of $e^n$ greater than the Big-O of $2^n$? I understand:
- We have a single time complexity class of exponential for $2^n$, $e^n$ and $4^n$ (if I am not wrong.)
- There is no real algorithm with $e^n$ complexity (if I am not wrong), so I am asking in the mathematical context and in the definition of Big-O.
- Simple graphing in Desmos it shows Euler's no. to the n grows faster than $2^n$, but does that mean the Big-O of $e^n$ is also greater than Big-O of $2^n$? Am I even asking the question in a right way? Or I am mixing two different theories of Computational complexity of mathematical operations and Computational Complexity of a function in computer science? What is the right way of asking this question even?