Skip to content

Commit 15a8031

Browse files
committed
Deployed ca39307 with MkDocs version: 0.17.3
1 parent dcd8950 commit 15a8031

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

14_树与二叉树/tree/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ <h1 id="_5">二叉树的表示</h1>
341341
root = node
342342
node.left = node_dict.get(node_data['left'])
343343
node.right = node_dict.get(node_data['right'])
344-
return cls(root)
344+
return cls(root)
345345
btree = BinTree.build_from(node_list)
346346
</code></pre>
347347

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,5 +488,5 @@ <h2 id="_19">本电子书制作和写作方式</h2>
488488

489489
<!--
490490
MkDocs version : 0.17.3
491-
Build Date UTC : 2018-06-10 08:18:38
491+
Build Date UTC : 2018-06-10 08:19:16
492492
-->

0 commit comments

Comments
 (0)