2
Good afternoon,
Recently I had a job that was basically the implementation in C Language with graphical interface of a B-Tree, the program should allow and show the insertion, removal and search operations, reconstructing the tree every step.
I would like to know if there is a graphic library that facilitates the process of drawing the tree, that is, providing procedures to draw geometric shapes.
I’m currently trying to use the Glade
(and the library GTK+
) for the process, but I am beginner with the tool.