There was an error while loading. Please reload this page.
1 parent 2b01505 commit 3269a0bCopy full SHA for 3269a0b
docs/Algorithms/Sort/InsertionSort.md
@@ -13,7 +13,7 @@
13
14
| | Worst case | Best case |
15
|:---------------:|:------------:|:--------------:|
16
-| Time complexity | $Omicron(N)$ | $Omicron(N^2)$ |
+| Time complexity | $\Omicron(N)$ | $\Omicron(N^2)$ |
17
18
## C++
19
```cpp
0 commit comments