hello-algo/docs/chapter_array_and_linkedlist
一代咩神 bc80234994
Update linked_list.md (#708)
原文:

> 单向链表:即上述介绍的普通链表。单向链表的节点包含值和指向下一节点的引用两项数据。我们将首个节点称为头节点,将最后一个节点成为尾节点,尾节点指向空 None。

应该是:将最后一个节点称为(而不是 “成为”)尾节点,尾节点指向空 None。
2023-08-30 15:26:10 +08:00
..
array.assets Finetune all the figures. (#704) 2023-08-30 05:20:43 +08:00
linked_list.assets Finetune all the figures. (#704) 2023-08-30 05:20:43 +08:00
array.md Replace ":" with "。" 2023-08-27 22:49:47 +08:00
index.md Update the opening phrase 2023-08-04 05:13:20 +08:00
linked_list.md Update linked_list.md (#708) 2023-08-30 15:26:10 +08:00
list.md Update punctuation 2023-08-27 23:40:39 +08:00
summary.md finetune 2023-08-29 20:57:37 +08:00