In tree construction which is the suitable efficient data structure? (a) Array (b) Linked list (c) Stack (d) Queue (e) none
1 2171Traverse the given tree using Inorder, Preorder and Postorder traversals. Inorder : D H B E A F C I G J Preorder: A B D H E C F G I J Postorder: H D E B F I J G C A
1071There are 8, 15, 13, 14 nodes were there in 4 different trees. Which of them could have formed a full binary tree?
1 2106In the given binary tree, using array you can store the node 4 at which location? 1 2 3 - - 4 - - 5
1 1350What are the types of Collision Resolution Techniques and the methods used in each of the type?
1 1744Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78
1620Of the following tree structure, which is, efficient considering space and time complexities? (a) Incomplete Binary Tree (b) Complete Binary Tree (c) Full Binary Tree (b) Complete Binary Tree.
1 1749Does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
1 1437Post New Data Structures Questions
What are examples of data structures?
Does list allow null values?
Can a tree be empty?
What is the difference between arrays sort and collections sort?
What happens if we put duplicate key in hashmap?
What are common data structures?
How do you assign an address to an element of a pointer array ?
Write a program to reverse a link list.
State the difference between stacks and linked lists?
How do you sort an arraylist in descending order?
Which list does not allow duplicates?
How do you find the length of an arraylist?
What are the benefits of using arrays?
What are the Difference between tcp and udp?
How to inverting a function in sort and searching?