Understanding Abstract Data Types (ADT) π
Learn about ADTs, their operations, and their role in data structures for efficient programming and problem-solving.

Sudhakar Atchala
66.3K views β’ Jun 10, 2019

About this video
#abstractdatatype #ADT #datastructureslectures
Abstract Data Types:-
An abstract data type (ADT) is a set of operations. An ADT specifies what is to be done but how it is done is not specified i.e. all the implementation details are hidden.
The basic idea is that the implementation of these operations is written once in the program and any other part of the program that needs to perform an operation on the ADT can do so by calling the appropriate function.
For Example, stack ADT have operations like push, pop but stack ADT doesnβt provide any implementation details regarding operations.
Abstract Data Types:-
An abstract data type (ADT) is a set of operations. An ADT specifies what is to be done but how it is done is not specified i.e. all the implementation details are hidden.
The basic idea is that the implementation of these operations is written once in the program and any other part of the program that needs to perform an operation on the ADT can do so by calling the appropriate function.
For Example, stack ADT have operations like push, pop but stack ADT doesnβt provide any implementation details regarding operations.
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
66.3K
Likes
1.2K
Duration
4:27
Published
Jun 10, 2019
User Reviews
4.7
(13) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.