标签: binary binary-search-tree
我想写一种方法来检索左倾红黑树的所有节点。
下面是LLRB树的Golang实现 https://github.com/petar/GoLLRB/blob/master/llrb/llrb.go
对于解决此问题的任何指导,我将不胜感激。