I know of the famous BFS
and DFS
methods for tree traversal.
I have also heard of bottom up
traversal as well as top down
traversal when visiting an AST (related to compilers).
I cannot understand the relationship between these 2 sets, are they referring to the same methods?