golang / tour

[mirror] A Tour of Go
BSD 3-Clause "New" or "Revised" License
1.53k stars 521 forks source link

tour: misleading title of "Exercise: Equivalent Binary Trees" #907

Open nijiademianbao opened 4 years ago

nijiademianbao commented 4 years ago

Context: https://tour.golang.org/concurrency/7

I think it may be better to change the "binary trees" as "binary search trees". I don't think there will a simple solution to compare two general binary trees.

snugghash commented 2 years ago

Seems like a duplicate of https://github.com/golang/tour/issues/403#issuecomment-401782939, what do you think of the reasoning there?