Define avl tree?
No Answer is Posted For this Question
Be the First to Post Answer
Define primary data structures?
What is a data structure?
Is list same as array?
Can we add or delete an element after assigning an array?
Let the G be a graph with 100 vertices numbered 1 to 100 Two vertices i and j are adjecnt if | i-j| =8 or | i-j| =12. The Number of connected components in G is ?
Explain what are the major data structures used in the rdbms?
What do you mean by complexity of search algorithm?
How many types of search algorithms are there?
Differentiate bfs and dfs?
What is bubble sort algorithm in data structure sort and searching?
an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?