C & DS Program
C & DS Program
o Program to Create a Circular Linked List of N Nodes and Count the Number of Nodes
o Program to Create a Circular Linked List of N Nodes and Display it in Reverse Order
o Program to Create and Display a Circular Linked List
o Program to Delete a New Node From the Beginning of the Circular Linked List
o Program to Delete a New Node From the End of the Circular Linked List
o Program to Delete a New Node From the Middle of the Circular Linked List
o Program to Find the Maximum and Minimum Value Node From a Circular Linked List
o Program to Insert a New Node at the Beginning of the Circular Linked List
o Program to Insert a New Node at the End of the Circular Linked List
o Program to Insert a New Node at the Middle of the Circular Linked List
o Program to Remove Duplicate Elements From a Circular Linked List
o Program to Search an Element in a Circular Linked List
o Program to Sort the Elements of the Circular Linked List
Tree Programs
o Program to Calculate the Difference Between the Sum of the Odd Level and Even Level
Nodes of a Binary Tree
o Program to Construct a Binary Search Tree and Perform Deletion and Inorder Traversal
o Program to Convert Binary Tree to Binary Search Tree
o Program to Determine Whether all Leaves are at Same Level
o Program to Determine Whether two Trees are Identical
o Program to Find Maximum Width of a Binary Tree
o Program to Find the Largest Element in a Binary Tree
o Program to Find the Maximum Depth or Height of a Tree
o Program to Find the Nodes Which are at the Maximum Distance in a Binary Tree
o Program to Find the Smallest Element in a Binary Tree