Data Structure Interview Question and Answers
21. | What is a node class? |
---|---|
A node class is a class that has added new services or functionality beyond the services inherited from its base class. |
22. | what is binary tree? |
---|---|
A binary tree is a tree data structure in which each node has at most two child nodes, usually distinguished as left and right. |