//
pkg.gl
Category
github.com/saraginov/learn-go
tour-of-go
exercise-equivalent-binary-trees
package
0.0.0-20211127175118-db3ee8db598d
Repository:
https://github.com/saraginov/learn-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
127 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.