Spelling fixes (#27824)
Fix spelling "usualy" to "usually", "disscus" to "discuss", "Comparitively" to "Comparatively",
This commit is contained in:
committed by
Christopher McCormack
parent
11968cf6e7
commit
eac14eb23b
@ -24,7 +24,7 @@ The symbol of a claim like x = O(x^2) for all x > _n_ can be substituted with x
|
||||
Effectively, we say that a function f(x) that is O(g(x)) grows slower than g(x) does.
|
||||
|
||||
|
||||
Comparitively, in computer science and software development we can use big-O notation in order to describe the efficiency of algorithms via its time and space complexity.
|
||||
Comparatively, in computer science and software development we can use big-O notation in order to describe the efficiency of algorithms via its time and space complexity.
|
||||
|
||||
**Space Complexity** of an algorithm refers to its memory footprint with respect to the input size.
|
||||
|
||||
|
Reference in New Issue
Block a user