Abstract data structure: Difference between revisions

Content deleted Content added
mNo edit summary
No edit summary
Line 5:
This notion is very close to that of [[Abstract data type]] ('''ADT'''), used in theory of [[programming language]]s. A close notion of [[data model]] additionally considers the pattern of interrelations between data elements ([[structure]] of the data structure, however awkward is sounds).
 
The names of many abstract data structures (and abstract data types) match the names of concrete data structures. hello
 
*[[Stack (computing)|Stack]]