Answer Posted / perumalraja.v
Data Structure is a way of orgnising and storing data in the
memory.It includes Linked List,Queue,stack and tree.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the tasks performed during preorder traversal?
Is treemap synchronized?
What is dynamic array how it is created?
What is heap tree explain with example?
How does a hashtable work?
What is difference between list and array list?
What is Jagged Arrays?
Given an unsorted linked list, and without using a temporary buffer, write a method that will delete any duplicates from the linked list?
Write a program for Sorting an Array. Which sorting will you prefer?
What are the difference between a stack and a queue?
What is difference between for loop and foreach?
Can arraylist shrink?
What happens if we try to insert duplicate key in hashmap?
What is a undirected graph?
What does the dummy header in linked list contain?