superpolynomially
Superpolynomially refers to a class of computational problems whose solution time grows faster than any polynomial function of the input size, but not as fast as an exponential function. More formally, a problem is superpolynomially solvable if its time complexity is bounded by $O(n^{c \log n})$ for some constant $c$, where $n$ is the size of the input. This complexity class lies between polynomial time (P) and exponential time (EXPTIME).
Problems that are superpolynomially solvable are considered intractable for practical purposes, as their running time increases
The concept is important for understanding the landscape of computational complexity. While P represents problems efficiently