In computer science, a data structure is a particular way of organizing data in a computer so that it can be used efficiently. Different kinds of data structures are suited to different kinds of applications, and some are highly specialized to specific tasks. A data structure is not only the
items stored, but also their relationship to each other. Advance
knowledge about the relationship between data items allows
designing of efficient algorithms for the manipulation of data.
Data Structures are applied extensively:
Data Structures are applied extensively:
- Compiler Design,
- Operating System,
- Database Management System,
- Statistical analysis package,
- Numerical Analysis,
- Graphics,
- Artificial Intelligence,
- Simulation
- RDBMS = Array (i.e. Array of structures)
- Network data model = Graph
- Hierarchical data model = Trees
No comments:
Post a Comment