Spelling fixes (#27824)

Fix spelling "usualy" to "usually", "disscus" to "discuss", "Comparitively" to "Comparatively",
This commit is contained in:
Jurica Zuanović
2019-01-21 16:18:44 +01:00
committed by Christopher McCormack
parent 11968cf6e7
commit eac14eb23b

View File

@ -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.