How can I implement a tree in Python?
Asked 07 September, 2021
Viewed 1.7K times
  • 56
Votes

I am trying to construct a General tree.

Are there any built-in data structures in Python to implement it?

16 Answer