M
M
Maxim Romashko2017-10-03 18:37:35
SQL
Maxim Romashko, 2017-10-03 18:37:35

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 question

Ask a Question

731 491 924 answers to any question