Concepts
Big O Notation
big O, read as the letter O, not the numeral zero
Also Known As Landau Notation
Notation
Citation Formats
General Reference
APA Style
BibTeX
Big O notation is a mathematical notation used to describe the limiting behavior of a function as its argument grows toward a particular value or infinity. In computer science it classifies algorithms by how their running time or space requirements grow as input size grows, providing an upper bound on that growth.
Facts
Origin YearProposed by Paul Bachmann in 1894 in a number theory context and extended by Edmund Landau in 1909; its use to classify algorithm running time came later. Core PrincipleExpresses that a function's growth is bounded above by another, usually simpler, function times a constant for sufficiently large inputs, letting algorithms be compared by growth rate rather than exact operation counts. 1 Cross-Tradition Connections
Sources
Reader Challenges (0 open reader challenges)
No disputes yet. Spotted an error or a better source? Open the first one.
Sign in to dispute this or suggest a correction.
View At A Past Year
The atlas records no dated fact of its own for this entry, so there is no other year to choose.