Circular linked list | Data structure YASH PAL, 22 May 202017 August 2025 In Data Structure A circular linked list is a list in which there is no… Continue Reading
Reversing a Doubly Linked List | Data Structure YASH PAL, 20 May 202016 August 2025 Reversing a Doubly Linked List – To Reverse a doubly linked list we have two… Continue Reading
Deletion in Doubly Linked List | Data Structure YASH PAL, 20 May 202015 August 2025 In this tutorial, we are going to learn how to perform deletion operations in the… Continue Reading
Insertion in Doubly Linked List | Data Structure YASH PAL, 20 May 202015 August 2025 Insertion in the doubly linked list – As we know in the node of the… Continue Reading
Sorting a Linked list | Data structures YASH PAL, 12 May 202014 August 2025 Sorting – linked list: There are many algorithms to sort a linked list like the bubble… Continue Reading
Reversing Linked List | Data Structure YASH PAL, 12 May 202014 August 2025 Reversing a linked list means changing the link part of all nodes of a linked… Continue Reading