Question
What is an abstract data type (ADT)?
Answer
A behavior-level specification of data and its operations, independent of how they are implemented.
By @memoo
A practical foundation in complexity, core data structures, searching, sorting, trees, graphs, and algorithm design. Built for computer science students and software engineering interview review.