Answer the question
In order to leave comments, you need to log in
How to implement adding to a binary tree?
It doesn't matter which EP. I see the same thing everywhere: insertion into a binary search tree, please help me. Here is the structure:
PTree = ^TTree;
TTree = record
Data: menu;
Left, Right: PTree;
end;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question