hello-algo/docs
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
..
assets/covers Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_appendix Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_array_and_linkedlist fix a Python variable name in list.md 2023-10-09 01:47:25 -05:00
chapter_backtracking Several bug fixes. 2023-10-09 01:06:26 +08:00
chapter_computational_complexity Update time_complexity.md (#844) 2023-10-08 07:39:41 -05:00
chapter_data_structure Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_divide_and_conquer Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_dynamic_programming Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_graph Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_greedy Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_hashing Several bug fixes. 2023-10-09 01:06:26 +08:00
chapter_heap Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_introduction Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_preface Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_reference Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_searching Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_sorting Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_stack_and_queue Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_tree Several bug fixes. 2023-10-09 01:06:26 +08:00
index.assets 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