The Big O Notation in JavaScriptby@imamdev
1,410 reads

The Big O Notation in JavaScript

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Big O notation, collectively called Bachmann-Landau notation or asymptotic notation, is a way to describe the performance of an algorithm. It is used to classify algorithms according to how their run time or space requirements grow as the input size grows. The letter O is used because the growth rate of a function is also called its order. Big O Notation characterizes functions according to their growth rates. It describes the implementation of a algorithm in terms of the size of the input. The time complexity of this code is O(n).

Company Mentioned

Mention Thumbnail
featured image - The Big O Notation in JavaScript
Imamuzzaki Abu Salam HackerNoon profile picture

@imamdev

Imamuzzaki Abu Salam


Receive Stories from @imamdev

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!