hello-algo/docs
Sizhuo Long 9562287a21
Update Q&A of data_structure, array_and_linkedlist (#861)
* "Add Q&A sections to array/linked_list and tree chapters"

Added question and answers related to the use of std::list in C++ and space complexity in full binary tree traversal to their respective chapters in array_and_linked_list and tree documentation.

* Update summary.md

* Update summary.md

* Update summary.md

* "Expand details on HashTable, arrays, and linked lists in docs"

Extended the section explaining how HashTables use both linear and nonlinear data structures. Added Q&A sections addressing common questions on character type size, the static and dynamic nature of array-based data structures, and distinguishing array and linked list from logic and physical perspective. These changes provide clearer understanding for readers.

* "Add FAQs to array and linked list docs chapter"

Added several Frequently Asked Questions to improve clarity in the arrays and linked list documentation chapter. These questions mainly address the behavior and structure of array initializations, circular array queues, and single-link list node deletion. Providing answers to these can enhance understanding and prevent misconceptions among readers.

* Update summary.md

* Update summary.md

* Update summary.md

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-10-23 04:54:25 +08: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 Update Q&A of data_structure, array_and_linkedlist (#861) 2023-10-23 04:54:25 +08:00
chapter_backtracking Update permutations_problem.md (#864) 2023-10-23 04:19:29 +08:00
chapter_computational_complexity Squash the language code blocks and fix list.md (#865) 2023-10-16 12:06:00 -05:00
chapter_data_structure Update Q&A of data_structure, array_and_linkedlist (#861) 2023-10-23 04:54:25 +08:00
chapter_divide_and_conquer Squash the language code blocks and fix list.md (#865) 2023-10-16 12:06:00 -05:00
chapter_dynamic_programming Fix several figures. 2023-10-19 16:22:10 +08:00
chapter_graph Fix the docs of binary_search_tree and 2023-10-23 03:09:41 +08:00
chapter_greedy Squash the language code blocks and fix list.md (#865) 2023-10-16 12:06:00 -05:00
chapter_hashing fix: hash_collision.md squared detection description (#867) 2023-10-17 10:49:06 -05:00
chapter_heap Squash the language code blocks and fix list.md (#865) 2023-10-16 12:06:00 -05:00
chapter_introduction Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_preface Squash the language code blocks and fix list.md (#865) 2023-10-16 12:06:00 -05:00
chapter_reference Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
chapter_searching Fix several figures. 2023-10-19 16:22:10 +08:00
chapter_sorting Squash the language code blocks and fix list.md (#865) 2023-10-16 12:06:00 -05:00
chapter_stack_and_queue Squash the language code blocks and fix list.md (#865) 2023-10-16 12:06:00 -05:00
chapter_tree Fix the docs of binary_search_tree and 2023-10-23 03:09:41 +08:00
index.assets Move docs/zh back to docs. 2023-10-08 04:25:06 +08:00
index.md Fix hash_map_chaining.c and 2023-10-13 14:32:49 +08:00