https://www.bookmarkmonk.com/story/time-complexity-concept-types-explanation/
It is possible to employ a constant, a linear, exponential, logarithmic, quadratic, or cubic function. Algorithms with higher running speeds often have constant, logarithmic, or linear complexity that is unaffected by the volume of data consumed. Algorithms that are exponentially complex require a long time and should be avoided.









