Directory
References
Discover
abstract data type
computing
Learn about this topic in these articles:
computer programming language
- In computer programming language: Data structures
Abstract data types (ADTs) are important for large-scale programming. They package data structures and operations on them, hiding internal details. For example, an ADT table provides insertion and lookup operations to users while keeping the underlying structure, whether an array, list, or binary tree, invisible.…
Read More