No video

#2 Abstract Data Type in Data Structures

  Рет қаралды 285,503

Telusko

Telusko

Күн бұрын

Complete playlist of Data Structure Using Java : goo.gl/3eQAYB
Abstract Data Type(ADT) in Data Structure
In this video we will see :
- Example of Abstract Data Type in Data Structure
- What is Data type
- Primitive Data Type
- Complex Data Type
- Variables
- Abstract
- Associated operation with data type
- Types of Data type
- Different Abstract Data Type
- List, Stack, Queue, Map
- Hashmap
- Linked list
Abstract Data type is a type for objects whose behavior is defined by a set of value and a set of operations.
Some types of ADT are :
List : a List is an ADT that represents a countable number of ordered values, where the same value may occur more than once.
A list can often be constructed by writing the items in sequence, separated by commas, semicolons, or spaces,
Stack : It is Last-In-First-Out (LIFO) DS
The name "stack" for this type of structure comes from the analogy to a set of physical items stacked on top of each other, which makes it easy to take an item off the top of the stack,
while getting to an item deeper in the stack may require taking off multiple other items first
We can perform 2 operation on it :
PUSH : which adds an element to the collection, and
POP : which removes the most recently added element that was not yet removed
Queue : Is is a First-In-First-Out (FIFO) data structure.
In a FIFO data structure, the first element added to the queue will be the first one to be removed.
Map : It is a generalization of a map or associative array abstract data type in which more than one value may be associated with and returned for a given key.
Check out our website: www.telusko.com
Follow Telusko on Twitter: / navinreddy20
Follow on Facebook:
Telusko : / teluskolearnings
Navin Reddy : / navintelusko
Follow Navin Reddy on Instagram: / navinreddy20
Subscribe to our other channel:
Navin Reddy : / @navinreddy
Telusko Hindi :
/ @teluskohindi

Пікірлер: 173
#3 What is wrong with Array? | Why  LinkedList?
8:36
Telusko
Рет қаралды 181 М.
Abstract Data Types | DSA
7:20
Telusko
Рет қаралды 57 М.
Yum 😋 cotton candy 🍭
00:18
Nadir Show
Рет қаралды 7 МЛН
🩷🩵VS👿
00:38
ISSEI / いっせい
Рет қаралды 27 МЛН
What is Abstract Data Types(ADT) in Data Structures ? | with Example
10:16
Why High Performers Might Be Hurting Your Team
6:42
Simon Sinek
Рет қаралды 4,1 М.
Data Structures: Crash Course Computer Science #14
10:07
CrashCourse
Рет қаралды 1 МЛН
Data Structures: List as abstract data type
13:08
mycodeschool
Рет қаралды 1,1 МЛН
Hash Tables and Hash Functions
13:56
Computer Science
Рет қаралды 1,5 МЛН
5 Steps to improve Programming Skills
7:38
Telusko
Рет қаралды 1,4 МЛН
Data Types vs. Abstract Data Types
7:51
Neso Academy
Рет қаралды 619 М.