Hello,
Could you please shortly explain how to insert a new node in a multiway tree? My english is not very good, so i'll shortly explain what i mean through multiway tree. Here is it's structure :
struct ArbO {
exchange x;
ArbO* son;
ArbO* brother;
};
Comments
Leave a comment