Abstract Data Type vs Data Structure

preview_player
Показать описание
#adt #abstractdatatype #datastructure #adtvsds #abstractdatatypevsdatastructure #FAANG

Difference between abstract data type and data stucture, the detailed video includes

- Definition of Abstract Data Type
- Definition of Data Structure
- Difference between Abstract Data Type and Data Structure
- Understand the properties of ADT and DS
Рекомендации по теме
Комментарии
Автор

Clearest explanation that I have ever heard

aditiray
Автор

Linked list, trie, hashtable are data Structures since they have fixed methods of implementation
Lists and sets are abstract data structures , since their behavior is known to us but implementation may vary

aditiray
Автор

For those who thinking about map: Its an ADT
Some common ADTs:
Collection
Container
List
Set
Multiset
Map
Multimap
Graph
Tree
Stack
Queue
Priority queue

aneesha