Binary trees with Tkinter

0

I have to create a binary tree with tkinter. I have a code to create the AVL binary tree but I also have to "Graph with tkinter" and search and I can not

    
asked by Liiz Chavez 06.05.2018 в 23:13
source

1 answer

0

For this purpose you can use graphviz with the package pygraphviz . There is a method that you can use to export the graphic and once exported loads the image in tkinter. I recommend this tutorial to know how to generate graphics and export them.

    
answered by 08.05.2018 в 02:22