1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 04:22:22 +00:00
This commit is contained in:
Xargin 2018-01-06 23:51:08 +08:00
parent 687eafaeec
commit 1b6101288f

View File

@ -102,6 +102,9 @@ httprouter 和众多衍生 router 使用的数据结构被称为 radix tree
## 压缩字典树创建过程
我们来跟踪一下 httprouter 中,一个典型的字典树的创建过程,路由设定如下:
### root 结点创建
### 子结点插入
TODO
### 子结点冲突处理