hello-algo/docs/chapter_array_and_linkedlist
gledfish e5f8c93f5d
fix a Python variable name in list.md
Python 代码中的列表命名为list时,会出现如下错误。
 list:list[int] = [1, 2, 3, 4, 5]
TypeError: list indices must be integers or slices, not type
建议修改为list2
2023-10-09 01:47:25 -05:00
..
array.assets Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
linked_list.assets Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
array.md Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
index.md Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
linked_list.md Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
list.md fix a Python variable name in list.md 2023-10-09 01:47:25 -05:00
summary.md Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00