Wipro Interview Questions for Experienced 11. Describe the concept of a binary tree and its traversal algorithms? A binary tree refers to a types of hierarchical data structure that comprises nodes, where each node can possess a maximum of two child nodes – a left child and a right child. ...