golang-redBlackTree-insert

freedbg · · 663 次点击
func (tree *Tree) Insert(n **node, v int, fa *node) bool 这个函数的 n **node 能不能写的更加简单些
#1