Understanding Abstract Data Types (ADT) πŸ“Š

Learn about ADTs, their operations, and their role in data structures for efficient programming and problem-solving.

Understanding Abstract Data Types (ADT) πŸ“Š
Sudhakar Atchala
66.3K views β€’ Jun 10, 2019
Understanding Abstract Data Types (ADT) πŸ“Š

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.

Video Information

Views

66.3K

Likes

1.2K

Duration

4:27

Published

Jun 10, 2019

User Reviews

4.7
(13)
Rate:

Related Trending Topics

LIVE TRENDS

Related trending topics. Click any trend to explore more videos.