In my study of complexity theory I encountered the following question: give an example of a function that is $\mathcal O ( n^{1+\varepsilon}))$. I have two questions:
$(1)$ Would $f(n) = n^{1+1/n}$ suffice? Because if we let $N = \varepsilon^{-1}$ in the definition of $\mathcal (\cdot)$, is seems to work.
$(2)$ Are there more functions that would suffice? Like $\log n$?