Skip to content

Commit 3269a0b

Browse files
committed
📝 typo
1 parent 2b01505 commit 3269a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Algorithms/Sort/InsertionSort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
| | Worst case | Best case |
1515
|:---------------:|:------------:|:--------------:|
16-
| Time complexity | $Omicron(N)$ | $Omicron(N^2)$ |
16+
| Time complexity | $\Omicron(N)$ | $\Omicron(N^2)$ |
1717

1818
## C++
1919
```cpp

0 commit comments

Comments
 (0)