Why tree is undirected?

When we implement a tree tree has edge from parent to child.So how it is undirected

hello @sahazeer123
in undirected trees edge is from parent to child as well as from child to parent.