Answer Posted / abhishekdixit03
A data structure is a specialized format for organizing and
storing data. General data structure types include the
array, the file, the record, the table, the tree, and so on.
Any data structure is designed to organize data to suit a
specific purpose so that it can be accessed and worked with
in appropriate ways
Is This Answer Correct ? | 93 Yes | 2 No |
Post New Answer View All Answers
How efficient is bubble sort?
What is the difference between array and stack in data structures?
What is the types of data structure?
How would you check if a binary tree is BST or not ? Write a program.
What are some of the best practices relating to the java collection framework?
How do you clear a stack?
What are stacks? Give some of its applications.
Describe the types of data structures?
Which interface treemap implements?
Can arraylist be null?
What is the difference between file structure and storage structure?
Why is it called bubble sort?
Write a Program for Delete an element from a doubly linked list.
What is a undirected graph?
what is the difference between Linear Array and Linked List?