Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
GfG 160: Daily DSA
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Sign In
▲
Similar Topics
DSA
22.5k+ articles
Python
20.5k+ articles
Linked List
1.1k+ articles
Stack
420+ articles
python-modules
380+ articles
Queue
360+ articles
Linked Lists
300+ articles
Data Structures
250+ articles
Python-DSA
220+ articles
Python DSA-exercises
27 articles
Python LinkedList-exercises
7 posts
Popular Articles
Recent Articles
Python program to Search an Element in a Circular Linked List
Last Updated: 18 May 2022
A linked list is a kind of linear data structure where each node has a data part and an address part which points to the next node. A circul
...read more
Linked Lists
Technical Scripter
Python
Data Structures
Python Programs
Technical Scripter 2020
Python DSA-exercises
Python LinkedList-exercises
Python-DSA
Implementation of XOR Linked List in Python
Last Updated: 06 January 2023
Prerequisite: XOR Linked ListAn ordinary Doubly Linked List requires space for two address fields to store the addresses of previous and nex
...read more
Python
Data Structures
Data Structures
Python DSA-exercises
Python LinkedList-exercises
Python-DSA
DSA
Pretty print Linked List in Python
Last Updated: 26 February 2023
Creating custom data types can be tricky, especially when you want to use it like any other data type. Linked List can be thought of as an e
...read more
Linked Lists
Python
python-utility
Python DSA-exercises
Python LinkedList-exercises
Python-DSA
Similar Topics
DSA
22.5k+ articles
Python
20.5k+ articles
Linked List
1.1k+ articles
Stack
420+ articles
python-modules
380+ articles
Queue
360+ articles
Linked Lists
300+ articles
Data Structures
250+ articles
Python-DSA
220+ articles
Python DSA-exercises
27+ articles
Python Library for Linked List
Last Updated: 10 January 2023
Linked list is a simple data structure in programming, which obviously is used to store data and retrieve it accordingly. To make it easier
...read more
Linked Lists
Python
python-modules
Python DSA-exercises
Python LinkedList-exercises
Python-DSA
Python | Stack using Doubly Linked List
Last Updated: 05 January 2023
A stack is a collection of objects that are inserted and removed using Last in First out Principle(LIFO). User can insert elements into the
...read more
Linked List
Stack
Python
Python DSA-exercises
Python LinkedList-exercises
Python-DSA
DSA
Python | Queue using Doubly Linked List
Last Updated: 05 January 2023
A Queue is a collection of objects that are inserted and removed using First in First out Principle(FIFO). Insertion is done at the back(Rea
...read more
Linked List
Queue
Python
Python DSA-exercises
Python LinkedList-exercises
Python-DSA
DSA
Reverse a Linked List - Python
Last Updated: 21 February 2025
Given pointer to the head node of a linked list, the task is to reverse the linked list. We need to reverse the list by changing links betwe
...read more
Python
Python DSA-exercises
Python LinkedList-exercises
Python-DSA
1
1
1
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !