Basic Program
Array Program
- Program to copy all elements of one array into another array
- Program to find the frequency of each element in the array
- Program to left rotate the elements of an array
- Program to print the duplicate elements of an array
- Program to print the elements of an array in reverse order
- Program to print the elements of an array present on even position and odd position
- Program to print the largest and smallest element in an array
- Program to print the sum of all the items of the array
- Program to sort the elements of an array in ascending order and descending order
- Program to Find 2nd Largest Number and smallest numberin an array
- Program to Remove Duplicate Element in an array
- How to Sort an Array in Java
Matrix Program
- Program to Add Two Matrices
- Program to Multiply Two Matrices
- Program to determine whether two matrices are equal
- Program to display the lower triangular matrix
- Program to display the upper triangular matrix
- Program to find the sum of each row and each column of a matrix
- Program to find the frequency of odd & even numbers in the given matrix
- Program to determine whether a given matrix is an identity matrix
- Program to find the transpose of a given matrix
- Program to determine whether a given matrix is a sparse matrix
String Program
- Program to count the total number of characters in a string
- Program to find Reverse of the string
- program to find the duplicate characters in a string
- Program to find the largest and smallest word in a string
- Program to determine whether a given string is palindrome
- Program to find all subsets of a string
- Program to count the total number of vowels and consonants in a string
- Program to replace lower-case characters with upper-case and vice-versa
- Reverse String in Java Word by Word
- Program to find maximum and minimum occurring character in a string
Seachering and Sorting Program
Singly linked list Program
- 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 insert a new node at the beginning of the singly linked list
- Program to insert a new node at the middle of the singly linked list
- program to insert a new node at the end of the singly linked lis
- program to delete a node from the beginning of the singly linked list
- program to delete a node from the middle of the singly linked list
- program to delete a node from the end of the singly linked list
- program to find the maximum and minimum value node from a linked list
- program to remove duplicate elements from a singly linked list
- Program to search an element in a singly linked list
Circular linked list Program
- program to create and display a Circular Linked List
- program to create a Circular Linked List of N nodes and count the number of nodes
- program to insert a new node at the beginning of the Circular Linked List
- 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 search an element in a Circular Linked List
- program to delete a node from the beginning of the Circular Linked List
- program to delete a node from the end of the Circular Linked List
- program to delete a node from the middle of the Circular Linked List
- program to sort the elements of the Circular Linked List
Doubly linked List Program
- program to create and display 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 the Doubly Linked List
- program to insert a new node at the middle of the Doubly Linked List
- program to remove duplicate elements from a Doubly Linked List
- program to find the maximum and minimum value node from a doubly linked list
- program to delete a new node from the beginning of the doubly linked list
- 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 create a doubly linked list from a ternary tree
- program to convert a given binary tree to doubly linked list
No comments:
Post a Comment