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, rebuilding the tree at every step. >
I would like to know if there is a graphic library that facilitates the process of drawing the tree, that is, that provides procedures to draw geometric shapes.
I'm currently trying to use Glade
(and the GTK+
library) for the process, but I'm new to the tool.