//
pkg.gl
Category
github.com/kiIIer/learningGolang
exercise-equivalent-binary-trees
package
0.0.0-20201004112201-9ffdc969a1d9
Repository:
https://github.com/kiiier/learninggolang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
40 SLOC
#
Functions
Same
Same determines whether the trees t1 and t2 contain the same values.
Walk
Walk walks the tree t sending all values from the tree to the channel ch.
Walk2
Walk2 is like walk.