Skip to content

Commit d12aed1

Browse files
committed
docs: fix typo
1 parent 0a905c7 commit d12aed1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/algorithm-stories.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if ((思考时间 > 2 分钟) || (已经知道答案了吗)) {
5454

5555
```java
5656
int res = 5050;
57-
for (int i = 0; i < 100; ++i) {
57+
for (int i = 0; i < 99; ++i) {
5858
res -= item[i];
5959
}
6060
System.out.println("最后剩下的数是:" + res);

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>技术类知识仓库</title>
5+
<title>Notes</title>
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
77
<meta name="description" content="coding-interview">
88
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">

0 commit comments

Comments
 (0)