SlideShare a Scribd company logo
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
FEATURES OF LINKED LISTS
METHODS IN LINKED LISTS
TYPES OF LINKED LISTS
ARRAYS V/S LINKED LISTS
WHAT IS A LINKED LIST?
www.edureka.co
What is a Linked List?
www.edureka.co
What is a Linked List?
A Linked List a Data Structure similar to arrays, where each node is
interconnected to the next node through a memory address link.
A Linked List has three Elements, Namely:
• Head
• Nodes
• Tail
www.edureka.co
My Array[0] My Array[1] My Array[2] My Array[3] My Array[4]
=My Array[0] 10
ArrayRefVar = new dataType[arraySize];
=My Array new int[5]
What happens in an Array?
www.edureka.co
=My Array[2] 30
=My Array[3] 40
=My Array[4] 50
=My Array[1] 20
My Array[0] My Array[1] My Array[2] My Array[3] My Array[4]
10
ArrayRefVar = new dataType[arraySize];
=My Array new int[5]
What happens in an Array?
www.edureka.co
My Array[0] My Array[1] My Array[2] My Array[3] My Array[4]
10 30 40 5020
ArrayRefVar = new dataType[arraySize];
=My Array new int[5]
What happens in an Array?
www.edureka.co
What happens in Linked List?
Memory Heap
www.edureka.co
10
30
40
50
20
7328
30261001
4537
1023
What happens in Linked List?
www.edureka.co
Null50
302630100110
453740
102320
What happens in Linked List?
www.edureka.co
100110 102320 453740302630 Null50
What happens in Linked List?
Head Tail
Nodes
www.edureka.co
Types of Linked Lists
www.edureka.co
Types of Linked Lists
Singly Linked List
Circular Linked List
Doubly Linked List
www.edureka.co
AdrHead AdrNode AdrNodeAdrNode NullTail
Singly Linked List
A Singly Linked List nodes contains two fields, Namely:
• Address of the next node
• Data assigned to the present node
www.edureka.co
AdrHead
Doubly Linked List
A Doubly Linked List nodes contains three fields, Namely:
• Address of the next node
• Address of the previous node
• Data assigned to the present node
Null AdrNodeAdr AdrNodeAdr AdrNodeAdr NullTailAdr
www.edureka.co
AdrHead
AdrNodeAdrNode
AdrNode HeadTail
Circular Linked List
www.edureka.co
Features of Linked Lists
www.edureka.co
Que and Deque Interfaces
Linked Lists are SynchronizedInclude Duplicates
List IteratorMultithreaded Environment
Maintains Insertion orders No Random Access
Features of Linked Lists
www.edureka.co
Methods in Linked Lists
www.edureka.co
www.edureka.co
Convert Array to Linked List
www.edureka.co
Convert Linked List to Array
Array v/s Linked Lists
www.edureka.co
Arrays v/s Linked Lists
Arrays are not Resizable
Linked Lists are Dynamically Resizable
www.edureka.co
Arrays v/s Linked Lists
Arrays offer more Methods
Comparatively, Fewer Methods are available in Linked Lists
www.edureka.co
Arrays v/s Linked Lists
Insertion, addition and removal operations of an item are
faster in arrays
Comparatively, operations are slow in Linked Lists
www.edureka.co
Arrays v/s Linked Lists
Arrays consume more Memory
Linked Lists consume Less Memory
www.edureka.co
Java Linked List Tutorial |  Edureka
www.edureka.co

More Related Content

What's hot (20)

Doubly Linked List
Doubly Linked List
V.V.Vanniaperumal College for Women
 
Queues
Queues
Lovely Professional University
 
linked list in data structure
linked list in data structure
shameen khan
 
Arrays in Java
Arrays in Java
Naz Abdalla
 
Sqlite
Sqlite
Raghu nath
 
linked list
linked list
Mohaimin Rahat
 
Statements and Conditions in PHP
Statements and Conditions in PHP
Maruf Abdullah (Rion)
 
single linked list
single linked list
Sathasivam Rangasamy
 
Sorting Algorithms
Sorting Algorithms
Pranay Neema
 
Linked List, Types of Linked LIst, Various Operations, Applications of Linked...
Linked List, Types of Linked LIst, Various Operations, Applications of Linked...
Balwant Gorad
 
Java Collections
Java Collections
Kongu Engineering College, Perundurai, Erode
 
Priority Queue in Data Structure
Priority Queue in Data Structure
Meghaj Mallick
 
Java threads
Java threads
Prabhakaran V M
 
Javascript arrays
Javascript arrays
Hassan Dar
 
LinkedList vs ArrayList in Java | Edureka
LinkedList vs ArrayList in Java | Edureka
Edureka!
 
Strings in Java
Strings in Java
Abhilash Nair
 
Java Streams
Java Streams
M Vishnuvardhan Reddy
 
Arrays in java
Arrays in java
Arzath Areeff
 
Data Structures - Lecture 7 [Linked List]
Data Structures - Lecture 7 [Linked List]
Muhammad Hammad Waseem
 
Java Thread Synchronization
Java Thread Synchronization
Benj Del Mundo
 

Similar to Java Linked List Tutorial | Edureka (20)

LINKED LIST.pptx
LINKED LIST.pptx
Dr.Shweta
 
Linked list in Data Structure and Algorithm
Linked list in Data Structure and Algorithm
KristinaBorooah
 
link list.pptx complete notes detailed ans
link list.pptx complete notes detailed ans
IqraHanif27
 
Unit 3 dsa LINKED LIST
Unit 3 dsa LINKED LIST
PUNE VIDYARTHI GRIHA'S COLLEGE OF ENGINEERING, NASHIK
 
Link list
Link list
Didar Rashad
 
Link list
Link list
Didar Rashad
 
Linked List
Linked List
BHARATH KUMAR
 
Linked List.pptx
Linked List.pptx
GhufranKhan42
 
Linked list
Linked list
Muhammad Qasim
 
Linked List-Types.pdf
Linked List-Types.pdf
MaryJacob24
 
linked_lists
linked_lists
Mohamed Elsayed
 
Data Structures and Algorithms - Lec 05.pptx
Data Structures and Algorithms - Lec 05.pptx
RameshaFernando2
 
Lecture 2b lists
Lecture 2b lists
Victor Palmar
 
Chapter 4 Linked List introduction lessons.pptx
Chapter 4 Linked List introduction lessons.pptx
MohamedAhmed686097
 
PpptPresentationSilgkeLinkListpython.ppt
PpptPresentationSilgkeLinkListpython.ppt
csec231102027
 
Sy ds -I
Sy ds -I
priyankabarhate1
 
Sy ds -I
Sy ds -I
priyankabarhate1
 
Sy ds i
Sy ds i
priyankabarhate1
 
Linked Lists in Data Structures ppt .pptx
Linked Lists in Data Structures ppt .pptx
zxcv20k4
 
Linked list
Linked list
Rumman Ansari
 
Ad

More from Edureka! (20)

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
Edureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
Edureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
Edureka!
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
Edureka!
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
Edureka!
 
RPA in 2020 | Edureka
RPA in 2020 | Edureka
Edureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
Edureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
Edureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
Edureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
Edureka!
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | Edureka
Edureka!
 
What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
Edureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
Edureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
Edureka!
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
Edureka!
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
Edureka!
 
RPA in 2020 | Edureka
RPA in 2020 | Edureka
Edureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
Edureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
Edureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
Edureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
Edureka!
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | Edureka
Edureka!
 
Ad

Recently uploaded (20)

Providing an OGC API Processes REST Interface for FME Flow
Providing an OGC API Processes REST Interface for FME Flow
Safe Software
 
cnc-drilling-dowel-inserting-machine-drillteq-d-510-english.pdf
cnc-drilling-dowel-inserting-machine-drillteq-d-510-english.pdf
AmirStern2
 
Crypto Super 500 - 14th Report - June2025.pdf
Crypto Super 500 - 14th Report - June2025.pdf
Stephen Perrenod
 
vertical-cnc-processing-centers-drillteq-v-200-en.pdf
vertical-cnc-processing-centers-drillteq-v-200-en.pdf
AmirStern2
 
Oracle Cloud and AI Specialization Program
Oracle Cloud and AI Specialization Program
VICTOR MAESTRE RAMIREZ
 
Your startup on AWS - How to architect and maintain a Lean and Mean account
Your startup on AWS - How to architect and maintain a Lean and Mean account
angelo60207
 
The State of Web3 Industry- Industry Report
The State of Web3 Industry- Industry Report
Liveplex
 
No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
Safe Software
 
Viral>Wondershare Filmora 14.5.18.12900 Crack Free Download
Viral>Wondershare Filmora 14.5.18.12900 Crack Free Download
Puppy jhon
 
TrustArc Webinar - 2025 Global Privacy Survey
TrustArc Webinar - 2025 Global Privacy Survey
TrustArc
 
Analysis of the changes in the attitude of the news comments caused by knowin...
Analysis of the changes in the attitude of the news comments caused by knowin...
Matsushita Laboratory
 
Enabling BIM / GIS integrations with Other Systems with FME
Enabling BIM / GIS integrations with Other Systems with FME
Safe Software
 
PyData - Graph Theory for Multi-Agent Integration
PyData - Graph Theory for Multi-Agent Integration
barqawicloud
 
Agentic AI: Beyond the Buzz- LangGraph Studio V2
Agentic AI: Beyond the Buzz- LangGraph Studio V2
Shashikant Jagtap
 
FME for Good: Integrating Multiple Data Sources with APIs to Support Local Ch...
FME for Good: Integrating Multiple Data Sources with APIs to Support Local Ch...
Safe Software
 
Can We Use Rust to Develop Extensions for PostgreSQL? (POSETTE: An Event for ...
Can We Use Rust to Develop Extensions for PostgreSQL? (POSETTE: An Event for ...
NTT DATA Technology & Innovation
 
ENERGY CONSUMPTION CALCULATION IN ENERGY-EFFICIENT AIR CONDITIONER.pdf
ENERGY CONSUMPTION CALCULATION IN ENERGY-EFFICIENT AIR CONDITIONER.pdf
Muhammad Rizwan Akram
 
Supporting the NextGen 911 Digital Transformation with FME
Supporting the NextGen 911 Digital Transformation with FME
Safe Software
 
FIDO Seminar: New Data: Passkey Adoption in the Workforce.pptx
FIDO Seminar: New Data: Passkey Adoption in the Workforce.pptx
FIDO Alliance
 
Scaling GenAI Inference From Prototype to Production: Real-World Lessons in S...
Scaling GenAI Inference From Prototype to Production: Real-World Lessons in S...
Anish Kumar
 
Providing an OGC API Processes REST Interface for FME Flow
Providing an OGC API Processes REST Interface for FME Flow
Safe Software
 
cnc-drilling-dowel-inserting-machine-drillteq-d-510-english.pdf
cnc-drilling-dowel-inserting-machine-drillteq-d-510-english.pdf
AmirStern2
 
Crypto Super 500 - 14th Report - June2025.pdf
Crypto Super 500 - 14th Report - June2025.pdf
Stephen Perrenod
 
vertical-cnc-processing-centers-drillteq-v-200-en.pdf
vertical-cnc-processing-centers-drillteq-v-200-en.pdf
AmirStern2
 
Oracle Cloud and AI Specialization Program
Oracle Cloud and AI Specialization Program
VICTOR MAESTRE RAMIREZ
 
Your startup on AWS - How to architect and maintain a Lean and Mean account
Your startup on AWS - How to architect and maintain a Lean and Mean account
angelo60207
 
The State of Web3 Industry- Industry Report
The State of Web3 Industry- Industry Report
Liveplex
 
No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
Safe Software
 
Viral>Wondershare Filmora 14.5.18.12900 Crack Free Download
Viral>Wondershare Filmora 14.5.18.12900 Crack Free Download
Puppy jhon
 
TrustArc Webinar - 2025 Global Privacy Survey
TrustArc Webinar - 2025 Global Privacy Survey
TrustArc
 
Analysis of the changes in the attitude of the news comments caused by knowin...
Analysis of the changes in the attitude of the news comments caused by knowin...
Matsushita Laboratory
 
Enabling BIM / GIS integrations with Other Systems with FME
Enabling BIM / GIS integrations with Other Systems with FME
Safe Software
 
PyData - Graph Theory for Multi-Agent Integration
PyData - Graph Theory for Multi-Agent Integration
barqawicloud
 
Agentic AI: Beyond the Buzz- LangGraph Studio V2
Agentic AI: Beyond the Buzz- LangGraph Studio V2
Shashikant Jagtap
 
FME for Good: Integrating Multiple Data Sources with APIs to Support Local Ch...
FME for Good: Integrating Multiple Data Sources with APIs to Support Local Ch...
Safe Software
 
Can We Use Rust to Develop Extensions for PostgreSQL? (POSETTE: An Event for ...
Can We Use Rust to Develop Extensions for PostgreSQL? (POSETTE: An Event for ...
NTT DATA Technology & Innovation
 
ENERGY CONSUMPTION CALCULATION IN ENERGY-EFFICIENT AIR CONDITIONER.pdf
ENERGY CONSUMPTION CALCULATION IN ENERGY-EFFICIENT AIR CONDITIONER.pdf
Muhammad Rizwan Akram
 
Supporting the NextGen 911 Digital Transformation with FME
Supporting the NextGen 911 Digital Transformation with FME
Safe Software
 
FIDO Seminar: New Data: Passkey Adoption in the Workforce.pptx
FIDO Seminar: New Data: Passkey Adoption in the Workforce.pptx
FIDO Alliance
 
Scaling GenAI Inference From Prototype to Production: Real-World Lessons in S...
Scaling GenAI Inference From Prototype to Production: Real-World Lessons in S...
Anish Kumar
 

Java Linked List Tutorial | Edureka