C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
Program to Count the Total Number of Words in a String
Program to Determine Whether a Given String is Palindrome
Program to Determine Whether One String is a Rotation of Another
Program to Insert a New Node at the End of the Circular Linked List
Program to Insert a New Node at the Middle of the Circular Linked List
Program to swap two numbers without using the third variable
Program to copy all the elements of one array into another array
Program to print all Disarium numbers between 1 to 100
Program to print all happy numbers between 1 to 100
Program to print all prime numbers between 1 to 100
Program to print the average of n numbers
Program to print the combination (nCr) of the given number
Program to print the first 10 prime numbers
Program to print the elements of an array
Program to print the elements of an array in reverse order
Program to Count the Total Number of Vowels and Consonants in a String
Program to Determine Whether Two Strings are The Anagram
Program to Divide a String in 'N' Equal Parts
Program to Create and Display a Doubly Linked List
Program to Delete a New Node From the Beginning of the Doubly Linked List
Program to Find the Number of Words in the Given Text File
Program to Print Smallest and Biggest Possible Palindrome Word in a Given String
Program to Separate the Individual Characters from a String
Program to Swap two String Variables Without Using Third or Temp Variable
Program to Find all the Permutations of a String
Program to Find All Possible Subsets of a String
Program to print the elements of an array present on even position
Program to print the elements of an array present on odd position
Program to find the frequency of each element of an array
Program to left rotate the elements of an array
Program to print the duplicate elements of an array
Program to Find Maximum Width of a Binary Tree
Program to Find the Largest Element in a Binary Tree
Program To Insert A New Node At The End Of The Singly Linked List
Program To Remove Duplicate Elements From A Singly Linked List
Program to Find the Maximum Depth or Height of a Tree
Program to Find the Nodes Which are at the Maximum Distance in a Binary Tree
Program to Create a Doubly Linked List of N Nodes and Count the Number of Nodes
Program to Create a Doubly Linked List of N Nodes and Display it in Reverse Order
Program To Search An Element In A Singly Linked List
Program To Sort The Elements Of The Singly Linked List
Program to Find The Transpose of a Given Matrix
Program to Count the Total Number of Punctuation Characters Exists in a String
Program to Determine Whether all Leaves are at Same Level
Program to Determine Whether two Trees are Identical
Program to Construct a Binary Search Tree and Perform Deletion and Inorder Traversal
Program to Convert Binary Tree to Binary Search Tree
Program to Delete a New Node From the Middle of the Circular Linked List
Program to Find the Maximum and Minimum Value Node From a Circular Linked List
Program to Insert a New Node at the Beginning of the Circular Linked List
Program To Find The Maximum And Minimum Value Node From A Singly Linked List
Program to determine whether a given number is an abundant number
Program to determine whether a given number is a twisted prime number
Program to print all abundant numbers between 1 to 100
Program to print all Kaprekar numbers between 1 to 100
Program to print the largest element present in an array
Program to print the number of elements present in an array
Program to print the smallest element present in an array
Program to print the sum of all the elements of an array
Program to right rotate the elements of an array
Program to sort the elements of an array in ascending order
Program to sort the elements of an array in descending order
Program to Calculate The Addition of 2 Matrices
Program to Calculate The Subtraction of 2 Matrices
Program to Find The Product of Two Matrices
Program to Find The Sum of Each Row And Each Column of a Matrix
Program to Find the Duplicate Characters in a String
Program to Find the Duplicate Words in a String
Program to Find the Frequency of Characters
Program to Remove Duplicate Elements From a Circular Linked List
Program to Search an Element in a Circular Linked List
Program to print the permutation (nPr) of the given number
Program to print the sum of digits without using modulus
Program To Delete A New Node From The Beginning Of The Singly Linked List
Program To Delete A New Node From The Middle Of The Singly Linked List
Program to calculate the area of rectangle
program to calculate the volume of sphere
Program to Display The Lower Triangular Matrix
Program to Display The Upper Triangular Matrix
Program to Find The Frequency of Odd and Even Numbers In The Given Matrix
program to find the area of a Pentagon
program to find the area of parallelogram
program to find the area of square
Program to calculate the CGPA percentage
program to find the surface area of sphere
program to find the volume of cone
program to find the volume of cube
Program to determine whether a given number is a happy number
Program to determine whether a given number is a Harshad number
program to find the volume of cylinder
Program to convert Celsius into Fahrenheit
Program to convert days into years
Program to find the surface area of the cylinder
Program to determine whether a given number is a Disarium number
Program to convert Fahrenheit into Celsius
Program to Find the Largest and Smallest Word in a String
Program to Find the Most Repeated Word in a Text File
Program to find the area of an equilateral triangle
Program to Sort the Elements of the Circular Linked List
Program to Convert a Given Binary Tree to Doubly Linked List
Program to Create a Doubly Linked List From a Ternary Tree
Program to find the area of the right angle triangle
Program to find the perimeter of the rectangle
Program to find the area of a triangle
Program to print all Pronic numbers between 1 to 100
Program to Determine Whether a Given Number is a Deficient Number
Program to find the simple interest
Program to find the surface area of a cube
Program to find the surface area of cuboid
Program to Find the Longest Repeating Sequence in a String
Program to Remove All the White Spaces from a String
Program to Replace Lower-Case Characters with Upper-Case and Vice Versa
Program to Replace the Spaces of a String with a Specific Character
Program to Count the Total Number of Characters in a String
Program to Find the Smallest Element in a Binary Tree
Program to Find the Sum of all the Nodes of a Binary Tree
Program to Find the Total Number of Possible Binary Search Trees with N Keys
Program to Implement Binary Tree using the Linked List
Program to Search a Node in a Binary Tree
Program To Create And Display A Singly Linked List
Program To Create A Singly Linked List Of N Nodes And Count The Number Of Nodes
Program To Create A Singly Linked List Of N Nodes And Display It In Reverse Order
Program to Find Maximum and Minimum Occurring Character in a String
Program to Find Reverse of a String
Program To Swap Nodes In A Singly Linked List Without Swapping Data
Program To Swap The Last Element Of The Singly Linked List From The First One
Program to Create a Circular Linked List of N Nodes and Count the Number of Nodes
Program to Create a Circular Linked List of N Nodes and Display it in Reverse Order
Program to Create and Display a Circular Linked List
Program to Delete a New Node From the Beginning of the Circular Linked List
Program to Delete a New Node From the End of the Circular Linked List
Program To Delete A Node From The End Of The Singly Linked List
Program To Determine Whether A Singly Linked List Is The Palindrome
Program to Delete a New Node From the End of the Doubly Linked List
Program to Delete a New Node From the Middle of the Doubly Linked List
Program to Find the Maximum and Minimum Value Node From a Doubly Linked List
Program to Insert a New Node at the Beginning of the Doubly Linked List
Program to Insert a New Node at the End of Doubly Linked List
Program to Insert a New Node at the Middle of Doubly Linked List
Program to Remove Duplicate Elements From a Doubly Linked List
Program to Rotate Doubly Linked List by N Nodes
Program to Search an Element in a Doubly Linked List
Program to Sort the Elements of the Doubly Linked List
Program to Determine Whether a Given Matrix is an Identity Matrix
Program to Determine Whether a Given Matrix is a Sparse Matrix
Program to Determine Whether Two Matrices Are Equal
Program To Insert A New Node At The Middle Of The Singly Linked List
Program To Insert A New Node At The Beginning Of The Singly Linked List