C Programming Code Examples C > Linked Lists Code Examples Count the Number of Occurrences of an Element in the Linked List using Recursion C Program Count the Occurrences of an Element in the Linked List without using Recursion C Program Find the Length of the Linked List using Recursion C Program Find the Length of the Linked List without using Recursion Program that takes an Ordered Binary tree & Rearranges the Internal Pointers to make Program to Add Corresponding Positioned Elements of 2 Linked Lists C Program to Check whether 2 Lists are Same C Program to Check whether a Singly Linked List is a Palindrome Construct a Balanced Binary Search Tree which has same data members as the given Doubly Linked List Convert a Binary Tree into a Singly Linked List by Traversing Level by Level C Program to Convert a given Singly Linked List to a Circular List C Program to Create a Linked List & Display the Elements in the List Program to Detect the Cycle in a Linked List C Program to Display all the Nodes in a Linked List using Recursion Display all the Nodes in a Linked List without using Recursion C Program to Display the Nodes of a Linked List in Reverse using Recursion Program to Display the Nodes of a Linked List in Reverse without using Recursion Program to Find Intersection & Union of 2 Linked Lists Find Number of Occurrences of All Elements in a Linked List C Program to Find the first Common Element between the 2 given Linked Lists Program to Find the Largest Element in a Doubly Linked List C Program to Implement a Stack using Linked List C Program to Implement Binary Tree using Linked List Program to Implement Doubly Linked List using Singly Linked List C Program to Implement Queue Data Structure using Linked List Program to Implement Stack Operations using Singly Linked List Program to Interchange the two Adjacent Nodes given a circular Linked List C Program to Modify the Linked List such that All Even Numbers appear Print Middle Most Node of a Linked List C Program to Print Nth Node from the last of a Linked List C Program to Print the Alternate Nodes in a Linked List using Recursion Print the Alternate Nodes in a Linked List without using Recursion C Program to Read a Linked List in Reverse C Program to Remove Duplicates from a Linked List C Program to Reverse a Linked List Program to Reverse only First N Elements of a Linked List C Program to Search for an Element in the Linked List using Recursion Search for an Element in the Linked List without using Recursion C Program to Solve Josephus Problem using Linked List C Program to Support Infinite Precision Arithmetic & Store a Number as a List of Digits Page 1 Page 2