Essential Programming Versus Time Complexity

Written by diego-lopez-yse | Published 2020/01/26
Tech Story Tags: machine-learning | digital | programming | technology | performance | data-science-top-story | algorithms-top-story | hackernoon-top-story

TLDR The Big O notation is a language we use to describe the time complexity of an algorithm. It’s how we compare the efficiency of different approaches to solving a problem. Algorithms with Constant Time Complexity take a constant amount of time to run, independently of the size of n. They don’t change their run-time in response to the input data, which makes them the fastest algorithms out there. The idea behind time complexity is that it can measure only the execution time of the algorithm in a way that depends only on the algorithm itself.via the TL;DR App

no story

Written by diego-lopez-yse | Using AI & Data Science to create real social impact. Working in AI? Let's get in touch
Published by HackerNoon on 2020/01/26