Name a few tree data structure application.
Answer / mamata nayak
Data structure applications are Binary search tree, Syntax tree, Suffix tree, Spanning tree, B-tree, b+tree,Trie tree, Heap tree and K_D tree.
| Is This Answer Correct ? | 0 Yes | 0 No |
An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.
How do you sort a collection in descending order?
What do you mean by 2-3-4 tree?
Difference between calloc and malloc ?
What is complexity algorithm?
What data type is array?
Minimum number of queues needed to implement the priority queue?
Name a few tree data structure application.
How remove all from arraylist?
Where is insertion sort used?
Which sort is best for linked list?
What is the difference between Array and Arraylist?