OSDN Git Service

Update mobius.md
authorXeonacid <h.dwwwwww@gmail.com>
Sat, 2 Mar 2019 12:33:43 +0000 (20:33 +0800)
committerGitHub <noreply@github.com>
Sat, 2 Mar 2019 12:33:43 +0000 (20:33 +0800)
docs/math/mobius.md

index a36a80c..c413004 100644 (file)
@@ -568,8 +568,6 @@ $$
 
 其中 $p$ 表示 $n$ 的最小质因子
 
-总时间复杂度 $\mathcal{O(n+\sqrt n)}$   
-
-
+总时间复杂度 $O(n+\sqrt n)$
 
 > 本文部分内容引用于[algocode 算法博客](https://algocode.net),特别鸣谢!