13 min Applications Application of Linked List Introduction In the field of software development, when it comes to managing data, multiple tools could accomplish the… March 31, 2023 Read More
4 min Coding Problems Add Two Numbers Represented by Linked Lists Problem Statement Given 2 numbers, where each digit is represented by nodes of a LinkedList, find the sum… February 14, 2023 Read More
24 min Types Types of Linked List in Data Structures There are various types of Linked List available that we can implement as per the program requirement. But… June 8, 2022 Read More
3 min Coding Problems Reverse a Linked List Problem Statement Given a pointer to the head node of a linked list, the task is to reverse… June 8, 2022 Read More