Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 356b2c6

Browse files
fix typos
show some LaTeX formula normally
1 parent d6bc92e commit 356b2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎problems/前序/关于空间复杂度,可能有几个疑问?.md‎

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

3333
同样在工程实践中,计算机的内存空间也不是无限的,需要工程师对软件运行时所使用的内存有一个大体评估,这都需要用到算法空间复杂度的分析。
3434

35-
来看一下例子,什么时候的空间复杂度是$O(1)$呢,C++代码如下:
35+
来看一下例子,什么时候的空间复杂度是$O(1)$呢,C++代码如下:
3636

3737
```CPP
3838
int j = 0;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /