Stack in Data Structure YASH PAL, 27 May 202017 August 2025 The stack is an abstract type of data structure. it contains elements in linear order… Continue Reading
Sorted Linked List | Data structure YASH PAL, 23 May 202017 August 2025 In Data Structure, A sorted linked list is a list that has been sorted in… Continue Reading
Header Linked list | Data structure YASH PAL, 23 May 202017 August 2025 Header Linked List – In Data Structure The header linked list is a list that… Continue Reading
Merge Two Linked List | Data Structure YASH PAL, 23 May 202017 August 2025 Merge Two Linked List – Today we are going to learn how to merge a… Continue Reading
Deletion in Circular Linked List | Data Structure YASH PAL, 23 May 202017 August 2025 Delection in Circular Linked List – To perform deletion in a circular linked list we need… Continue Reading
Insertion in Circular linked list | Data Structure YASH PAL, 23 May 202017 August 2025 Insertion in Circular Linked List – To perform the insertion operation in the Circular linked… Continue Reading