hello-algo/docs
malone6 16574186ee
feat: add previous and next button in content.html (#763)
* fix: linkedlist_stack.py 中的peek方法需要判空raise Error

栈空的时候不能再 peek() 。另外由于 pop() 复用了 peek() ,栈空时返回的 None 会传递到 pop() 中的 num ,导致后续的继续执行 
 self.peek.next 报错等后续问题

* Update linkedlist_stack.py

* Update linkedlist_queue.py

* Update linkedlist_deque.py

* feat: Move the pagination nav above the comments

* feat: Move the pagination nav above the comments

* Delete docs/overrides/partials/footer.html

* Update content.html

---------

Co-authored-by: Yudong Jin <krahets@163.com>
Co-authored-by: long.ma <long.ma@sumscope.com>
2023-09-21 05:39:29 -05:00
..
assets Update the chapter of 2023-08-28 04:34:25 +08:00
chapter_appendix fine tune 2023-09-17 01:13:15 +08:00
chapter_array_and_linkedlist Several bug fixes. 2023-09-20 01:53:44 +08:00
chapter_backtracking fine tune 2023-09-17 01:13:15 +08:00
chapter_computational_complexity Several bug fixes. 2023-09-20 01:53:44 +08:00
chapter_data_structure fine tune 2023-09-17 01:13:15 +08:00
chapter_divide_and_conquer Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
chapter_dynamic_programming fine tune 2023-09-17 01:13:15 +08:00
chapter_graph Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
chapter_greedy Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
chapter_hashing Refactor the hash_map_open_addressing implementation with lazy reallocation. (#776) 2023-09-21 04:43:15 -05:00
chapter_heap Several enhancements and fixes 2023-09-14 03:36:31 +08:00
chapter_introduction Update what_is_dsa.md (#745) 2023-09-13 03:25:20 +08:00
chapter_preface fine tune 2023-09-17 01:13:15 +08:00
chapter_reference Polish the chapter of heap, introduction, preface. 2023-04-09 19:12:37 +08:00
chapter_searching fix build_tree, binary_search_tree.cs 2023-09-15 02:08:09 +08:00
chapter_sorting Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
chapter_stack_and_queue feat: add Rust code in queue.md and deque.md (#757) 2023-09-17 00:39:57 +08:00
chapter_tree Several bug fixes. 2023-09-20 01:53:44 +08:00
index.assets Finetune the documents. 2023-07-22 04:29:08 +08:00
javascripts Add the summary of chapter divide and conquer 2023-07-17 20:23:46 +08:00
overrides/partials feat: add previous and next button in content.html (#763) 2023-09-21 05:39:29 -05:00
stylesheets Several enhancements and fixes 2023-09-14 03:36:31 +08:00
index.md Several enhancements and fixes 2023-09-14 03:36:31 +08:00