Commit graph

8 commits

Author SHA1 Message Date
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
krahets
783c52fff4 Fix Dockerfile 2023-03-09 01:39:31 +08:00
krahets
7b41e6c2f0 Fix Dockerfile 2023-03-02 19:38:07 +08:00
Yudong Jin
7f3752d306 Update README.md 2023-01-30 20:49:12 +08:00
Yudong Jin
d1315f5cdc
Update Dockerfile 2023-01-11 03:37:14 +08:00
xiongsp
38a3d913ed optimize the Dockerfile 2023-01-10 12:47:40 +08:00
xiongsp
777370a5f8 Add instruction 2023-01-10 12:12:10 +08:00
xiongsp
80c5a0472a update Docker 2023-01-08 23:22:01 +08:00