Categorygithub.com/kiIIer/learningGolangexercise-equivalent-binary-trees
package
0.0.0-20201004112201-9ffdc969a1d9
Repository: https://github.com/kiiier/learninggolang.git
Documentation: pkg.go.dev

# Functions

Same determines whether the trees t1 and t2 contain the same values.
Walk walks the tree t sending all values from the tree to the channel ch.
Walk2 is like walk.