-
I'm very intrigued on this and I'd like it if someone with experience could give me some advice on my question, it would be much appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
Emojees
Jan 22, 2025
Replies: 1 comment
-
A binary tree is an extension of the linked list structure where each node has at most two children. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kuefo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A binary tree is an extension of the linked list structure where each node has at most two children.
A binary tree has two nodes at all times, a left node and a right node.