Data Structure Interview Questions



Page 1 of 1112345»...Last »

What is the use of fflush() function?

View the Answer

Explain how performance of algorithm is analysed?

View the Answer

Is it possible to implement trees using arrays ? If yes, how?

View the Answer

What does abstract data type means?

View the Answer

A list is ordered from smaller to largest when a sort is called. Which sort would take the longest time to execute?

View the Answer

What is binary tree?

View the Answer

What are the parts of root node?

View the Answer

How many different binary trees and binary search trees can be made from three nodes that contain the key values 1, 2 & 3?

View the Answer

Stack can be described as a pointer. Explain.

View the Answer

What do you mean by: Syntax Error, Logical Error, Runtime Error?

View the Answer

What does abstract data type means?

View the Answer

What is the average number of comparisons in a sequential search?

View the Answer

Which one is faster? A binary search of an orderd set of elements in an array or a sequential search of the elements.

View the Answer

What is a data structure?

View the Answer

How is it possible to insert different type of elements in stack?

View the Answer

Page 1 of 1112345»...Last »