Skip to content

Commit

Permalink
missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcmyers committed Dec 29, 2024
1 parent 9f3aeea commit ef6afc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/complexity/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h2>Reasoning with asymptotic complexity</h2>
O(n+1) = O(n) \), these are (true) statements about the equality of sets of
functions. Sometimes people write “equations” like \( 5n+1 = O(n) \) that are
not really equations. What is meant is that the function \( f(n) = 5n + 1 \) is
in the set \( O(n) \), or that \(O(5n+1) = O(n)\) It is also a common shorthand
in the set \( O(n) \), or that \(O(5n+1) = O(n)\). It is also a common shorthand
to use mathematical operations on big-O expressions as if they were numbers.
For example, we might write \( O(n) + O(n^2) = O(n^2) \) to mean the true
statement that the sum of any two functions that are respectively
Expand Down

0 comments on commit ef6afc4

Please sign in to comment.