hello
i would like to create a tree like structure in c++. since the number of children per node is arbitrary i would like to use stl vector for tree creation.
tree should look something like this:
https://i.postimg.cc/8zzT6jvJ/Diagram1.png
also
each node should contain some data, including one stl vector.
at the end i would like to be able to "merge"...
User Profile
Collapse
-
vlnikolic started a topic creation of simple tree like structure using stl vector c++, need help : )in Ccreation of simple tree like structure using stl vector c++, need help : )
No activity results to display
Show More