User interface to create, edit and visualize programming data structures. The project uses the libraries created through the following project: https://github.com/jean553/c-data-structures
This is simply a background project in order to get some experience with Qt.
The long-term objective is to implement most of the data structures
that I have defined in my other project c-data-structures
,
that's the reason why the project already has a release available.
Download the submodule (C data structures libraries):
git submodule init
git submodule update
Compile the libraries:
mkdir c-data-structures/build && cd c-data-structures/build
cmake ..
make
qmake
make
./debug/data-structures-visualizer