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)

PPTX
Linked List
Ashim Lamichhane
 
PDF
Standard template library
Jancypriya M
 
PPTX
Doubly Linked List
Ninad Mankar
 
PPTX
Arrays in Data Structure and Algorithm
KristinaBorooah
 
PPTX
Linked list
akshat360
 
PPTX
Arrays in java
Arzath Areeff
 
PDF
linked lists in data structures
DurgaDeviCbit
 
PPTX
ArrayList in JAVA
SAGARDAVE29
 
PPTX
linked list in data structure
shameen khan
 
PPT
Abstract data types
Poojith Chowdhary
 
PPTX
Strings in Java
Abhilash Nair
 
PPTX
Terminology of tree
RacksaviR
 
PPTX
Java Stack Data Structure.pptx
vishal choudhary
 
PPTX
Stack and Queue
Apurbo Datta
 
PPTX
queue & its applications
somendra kumar
 
PPTX
Doubly & Circular Linked Lists
Afaq Mansoor Khan
 
PPT
Linked lists
SARITHA REDDY
 
PPT
Hashing PPT
Saurabh Kumar
 
PPT
Counting sort(Non Comparison Sort)
Hossain Md Shakhawat
 
PPTX
Breadth First Search & Depth First Search
Kevin Jadiya
 
Linked List
Ashim Lamichhane
 
Standard template library
Jancypriya M
 
Doubly Linked List
Ninad Mankar
 
Arrays in Data Structure and Algorithm
KristinaBorooah
 
Linked list
akshat360
 
Arrays in java
Arzath Areeff
 
linked lists in data structures
DurgaDeviCbit
 
ArrayList in JAVA
SAGARDAVE29
 
linked list in data structure
shameen khan
 
Abstract data types
Poojith Chowdhary
 
Strings in Java
Abhilash Nair
 
Terminology of tree
RacksaviR
 
Java Stack Data Structure.pptx
vishal choudhary
 
Stack and Queue
Apurbo Datta
 
queue & its applications
somendra kumar
 
Doubly & Circular Linked Lists
Afaq Mansoor Khan
 
Linked lists
SARITHA REDDY
 
Hashing PPT
Saurabh Kumar
 
Counting sort(Non Comparison Sort)
Hossain Md Shakhawat
 
Breadth First Search & Depth First Search
Kevin Jadiya
 

Similar to Java Linked List Tutorial | Edureka (20)

PPTX
LINKED LIST.pptx
Dr.Shweta
 
PPTX
Linked list in Data Structure and Algorithm
KristinaBorooah
 
PPTX
link list.pptx complete notes detailed ans
IqraHanif27
 
PPTX
Link list
Didar Rashad
 
PPTX
Link list
Didar Rashad
 
DOCX
Linked List
BHARATH KUMAR
 
PPTX
Linked List.pptx
GhufranKhan42
 
PPTX
Linked list
Muhammad Qasim
 
PDF
Linked List-Types.pdf
MaryJacob24
 
PDF
linked_lists
Mohamed Elsayed
 
PPTX
Data Structures and Algorithms - Lec 05.pptx
RameshaFernando2
 
PPT
Lecture 2b lists
Victor Palmar
 
PPTX
Chapter 4 Linked List introduction lessons.pptx
MohamedAhmed686097
 
PPT
PpptPresentationSilgkeLinkListpython.ppt
csec231102027
 
PPT
Sy ds -I
priyankabarhate1
 
PPT
Sy ds -I
priyankabarhate1
 
PPT
Sy ds i
priyankabarhate1
 
PPTX
Linked Lists in Data Structures ppt .pptx
zxcv20k4
 
PPTX
Linked list
Rumman Ansari
 
LINKED LIST.pptx
Dr.Shweta
 
Linked list in Data Structure and Algorithm
KristinaBorooah
 
link list.pptx complete notes detailed ans
IqraHanif27
 
Link list
Didar Rashad
 
Link list
Didar Rashad
 
Linked List
BHARATH KUMAR
 
Linked List.pptx
GhufranKhan42
 
Linked list
Muhammad Qasim
 
Linked List-Types.pdf
MaryJacob24
 
linked_lists
Mohamed Elsayed
 
Data Structures and Algorithms - Lec 05.pptx
RameshaFernando2
 
Lecture 2b lists
Victor Palmar
 
Chapter 4 Linked List introduction lessons.pptx
MohamedAhmed686097
 
PpptPresentationSilgkeLinkListpython.ppt
csec231102027
 
Linked Lists in Data Structures ppt .pptx
zxcv20k4
 
Linked list
Rumman Ansari
 
Ad

More from Edureka! (20)

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

Recently uploaded (20)

PPTX
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PPTX
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 

Java Linked List Tutorial | Edureka