Please Refer Fresher’s Technical Interview Questions | Data Structures Part 1 21. In the given binary tree, using array you can store the node 4 at which location? Ans : At location; 6 1 2 3 - - 4 - - 5 Root LC1 RC1 LC2 RC2 LC3 RC3 LC4 RC4 where LCn means Left [...]
Tags: Interview Questions and Answers, Freshers Interview Questions, Freshers Technical Interview Questions
1. What is data structure? A data structure is a way of organizing data that considers not only the items stored, but also their relationship to each other. Advance knowledge about the relationship between data items allows designing of efficient algorithms for the manipulation of data. 2. List out the areas in which data structures [...]
Tags: Interview Questions and Answers, Freshers Interview Questions, Freshers Technical Interview Questions