- #36
evinda
Gold Member
MHB
- 3,836
- 0
I like Serena said:We can assume the node will be a struct with a key.
I would also assume that the left and right child have been initialized to NULL. (Nerd)
So, do we have to do it with this command: [m] node->left->key=e [/m] ? (Thinking)
I like Serena said:Yes. We have to ensure the algorithm can also handle that. (Wink)
How could we do this? (Thinking)