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 |
Define a queue?
What is bubble sort and selection sort?
What is the complexity of selection sort?
What are some of the best practices relating to the java collection framework?
What is data type explain?
What do you mean by breadth first search (bfs)?
What does isempty() member method determines?
What is Another name of Dynamically allocating memory.
If you have to store one lakh objects, what will be a better option- a hash map or an array list?
Explain in brief a linked list.
How hashmap increases its size?
Is set sorted?