What is concept of data structure?



What is concept of data structure?..

Answer / Akanksha Vaish

The concept of data structures refers to the organization and manipulation of data in computer science. It involves creating efficient methods for storing, accessing, modifying, and processing data based on their relationships and properties. Data structures are essential for organizing complex data sets and improving the performance of algorithms.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

How do arrays work?

1 Answers  


How to search binary in a sorted array?

1 Answers  


Can a tree be empty?

1 Answers  


How will inorder, preorder and postorder traversals print the elements of a tree?

11 Answers  


Explain Queue

1 Answers   Tech Mahindra,


What is the minimum number of nodes that a binary tree can have?

1 Answers  


Is pointer a variable in data structure?

1 Answers  


write a code for Implementation of stack and queues.

1 Answers   InterGraph,


How do you do a selection sort?

1 Answers  


Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?

1 Answers  


What is the difference between data types and data structures?

1 Answers  


Can sets contain duplicates?

1 Answers  


Categories