Skip to content

Commit aceda4a

Browse files
publish blog: binary-tree-二叉树
1 parent 9aef529 commit aceda4a

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

public/blogs/binary-tree-二叉树/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Binary Tree,二叉树",
33
"date": "2026-07-05",
4-
"summary": "每个节点最多只能有两个孩子的树",
4+
"summary": "二叉树 and AVL 二叉树",
55
"tags": [
66
"algorithm"
77
],

public/blogs/binary-tree-二叉树/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/
1919
2
2020
/
21-
5
21+
5
2222
```
2323

2424
Depth of a node = 从 root 到这个 node 经过几条边

public/blogs/index.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
[
2-
{
3-
"slug": "binary-tree-二叉树",
4-
"title": "Binary Tree,二叉树",
5-
"date": "2026-07-05",
6-
"summary": "每个节点最多只能有两个孩子的树",
7-
"tags": [
8-
"algorithm"
9-
],
10-
"category": "algorithm"
11-
},
122
{
133
"slug": "network-layer-routing-学习笔记",
144
"title": "Network Layer Routing 学习笔记",
@@ -27,6 +17,16 @@
2717
],
2818
"category": "algorithm"
2919
},
20+
{
21+
"slug": "binary-tree-二叉树",
22+
"title": "Binary Tree,二叉树",
23+
"date": "2026-07-05",
24+
"summary": "二叉树 and AVL 二叉树",
25+
"tags": [
26+
"algorithm"
27+
],
28+
"category": "algorithm"
29+
},
3030
{
3131
"slug": "为什么vibe-coding-的你一定要掌握-harness-engineering-驾驭工程",
3232
"title": "为什么vibe coding 的你一定要掌握 Harness Engineering(驾驭工程)",

0 commit comments

Comments
 (0)