mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-13 04:10:58 +00:00
feat: Adjust the size of pythontutor blocks (#1036)
* Update the style of the python tutor blocks * Use pythontutor links instead of iframe in the documents
This commit is contained in:
+7
-7
@@ -60,13 +60,13 @@ nav:
|
||||
- 4.3 List: chapter_array_and_linkedlist/list.md
|
||||
- 4.4 Memory and Cache: chapter_array_and_linkedlist/ram_and_cache.md
|
||||
- 4.5 Summary: chapter_array_and_linkedlist/summary.md
|
||||
# - Chapter 5. Stack and Queue:
|
||||
# # [icon: material/stack-overflow]
|
||||
# - chapter_stack_and_queue/index.md
|
||||
# - 5.1 Stack: chapter_stack_and_queue/stack.md
|
||||
# - 5.2 Queue: chapter_stack_and_queue/queue.md
|
||||
# - 5.3 Double-ended Queue: chapter_stack_and_queue/deque.md
|
||||
# - 5.4 Summary: chapter_stack_and_queue/summary.md
|
||||
- Chapter 5. Stack and Queue:
|
||||
# [icon: material/stack-overflow]
|
||||
- chapter_stack_and_queue/index.md
|
||||
- 5.1 Stack: chapter_stack_and_queue/stack.md
|
||||
- 5.2 Queue: chapter_stack_and_queue/queue.md
|
||||
- 5.3 Double-ended Queue: chapter_stack_and_queue/deque.md
|
||||
- 5.4 Summary: chapter_stack_and_queue/summary.md
|
||||
# - Chapter 6. Hash Table:
|
||||
# # [icon: material/table-search]
|
||||
# - chapter_hashing/index.md
|
||||
|
||||
Reference in New Issue
Block a user