| |
An abstract data type is a model for a data structure designed to be easy for programmers to use. These are based on abstract concepts as opposed to the bland realities of data structure implementation. Abstract data types may be designed around a familiar concept such as a list or offer powerful functionality for solving business problems such as a data structure that efficiently sorts its elements.
NotesAn abstract data type is abstract and doesn't implement a data structure. A data structure may implement multiple abstract data types. |
Type | | Definition | A model for a data structure designed around familiar or powerful concepts as opposed to the straightforward realities of data structure implementation. | Value | Data structures that are easy to use or powerful as opposed to easy to implement. | Related Concepts | |
Coding
This is the complete list of articles we have written about coding.
If you enjoyed this page, please consider bookmarking Simplicable.
© 2010-2023 Simplicable. All Rights Reserved. Reproduction of materials found on this site, in any form, without explicit permission is prohibited.
View credits & copyrights or citation information for this page.
|