algo icon indicating copy to clipboard operation
algo copied to clipboard

这里中序遍历有问题

Open 2686685661 opened this issue 4 years ago • 0 comments

https://github.com/yezihack/algo/blob/9e46547089d058677853513ae04e32a5fb5c55cf/tree/binary_tree.go#L47

比如传入“#B#A#C#”,中序遍历生成树的时候,首字符是“#”,直接return,树不会生成

2686685661 avatar Aug 03 '21 08:08 2686685661