diff --git a/chapter_array_and_linkedlist/list.md b/chapter_array_and_linkedlist/list.md index 2a45aa5f5..a2c4a4a84 100755 --- a/chapter_array_and_linkedlist/list.md +++ b/chapter_array_and_linkedlist/list.md @@ -86,7 +86,7 @@ comments: true /* 初始化列表 */ // 无初始值 List list1 = new (); - // 有初始值(注意数组的元素类型需为 int[] 的包装类 Integer[]) + // 有初始值 int[] numbers = new int[] { 1, 3, 2, 5, 4 }; List list = numbers.ToList(); ``` diff --git a/index.md b/index.md index 0ab257690..f0637c1c7 100644 --- a/index.md +++ b/index.md @@ -64,9 +64,9 @@ hide: **—— 邓俊辉,清华大学计算机系教授** -

致谢

+

参与创作

-感谢本开源书的每一位撰稿人,是他们的无私奉献让这本书变得更好,他们是: +感谢本开源书的每一位撰稿人,是他们的无私奉献让这本书变得更好,他们是(按 contrib.rocks 生成的顺序):

@@ -74,4 +74,19 @@ hide:

+本开源项目的维护与更新离不开各位 Reviewers 的辛勤付出,感谢他们(按首字母顺序): + +
+ + + + + + + + + +
justin-tse
justin-tse

JS / TS
krahets
krahets

Java / Python
nuomi1
nuomi1

Swift
Reanon
Reanon

Go / C
sjinzh
sjinzh

Rust / Zig
+
+ ---