//
pkg.gl
Category
github.com/gren236/study_golang
tour_of_go
binary_tree
package
0.0.0-20240505173701-0c08e0eb6d7f
Repository:
https://github.com/gren236/study_golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
32 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.