Figures revision and bug fixes (#1041)

* Revised the figures thoughout the book.

* Utilize roboto and roboto mono as the font faimly of the English edition

* Fix the naming style

* Update two figures.

* Fix margin of the hero image

* Fix margin of the hero image
This commit is contained in:
Yudong Jin
2024-01-12 14:15:07 +08:00
committed by GitHub
parent 0b7e99dafa
commit d85a3bb74d
108 changed files with 25 additions and 25 deletions
@@ -2,7 +2,7 @@
!!! question
给定一棵二叉树的前序遍历 `preorder` 和中序遍历 `inorder` ,请从中构建二叉树,返回二叉树的根节点。假设二叉树中没有值重复的节点。
给定一棵二叉树的前序遍历 `preorder` 和中序遍历 `inorder` ,请从中构建二叉树,返回二叉树的根节点。假设二叉树中没有值重复的节点,如下图所示
![构建二叉树的示例数据](build_binary_tree_problem.assets/build_tree_example.png)