Results 1 comments of Ginkgo

## Golang 层序遍历 前面一个忘记贴格式了 ```golang type Codec struct { } func Constructor() Codec { return Codec{} } // Serializes a tree to a single string. func (this *Codec) serialize(root *TreeNode)...