Skip to content

Commit a215a45

Browse files
authored
Update basic_concepts.md
1 parent 0646f3c commit a215a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/basic_concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ If we designate $f(n)$ as the actual complexity and $g(n)$ as the function in Bi
207207

208208
For instance, if an algorithm has a time complexity of $O(n)$, it signifies that the algorithm's running time does not grow more rapidly than a linear function of the input size, in the worst-case scenario.
209209

210-
#### Big Omega Notation (Ω-notation)
210+
##### Big Omega Notation (Ω-notation)
211211

212212
The Big Omega notation provides an asymptotic lower bound that expresses the best-case scenario for the time or space complexity of an algorithm.
213213

0 commit comments

Comments
 (0)