6 Mathematical Functions For Algorithm Analysis

Understand the basic functions required for computing time complexity

Giorgos Myrianthous
Towards Data Science
6 min readOct 4, 2020

--

Photo by Aron Visuals on unspalsh.com

One of the most important factors one needs to take into account when designing and implementing algorithms is the time complexity that is computed during algorithm analysis.

--

--

I strive to build data-intensive systems that are not only functional, but also scalable, cost effective and maintainable over the long term.