Javatpoint
Javatpoint
1. Java Program to copy all elements of one array into another array
2. Java Program to find the frequency of each element in the array
3. Java Program to left rotate the elements of an array
4. Java Program to print the duplicate elements of an array
5. Java Program to print the elements of an array
6. Java Program to print the elements of an array in reverse order
7. Java Program to print the elements of an array present on even position
8. Java Program to print the elements of an array present on odd position
9. Java Program to print the largest element in an array
10. Java Program to print the smallest element in an array
11. Java Program to print the number of elements present in an array
12. Java Program to print the sum of all the items of the array
13. Java Program to right rotate the elements of an array
14. Java Program to sort the elements of an array in ascending order
15. Java Program to sort the elements of an array in descending order
16. Java Program to Find 3rd Largest Number in an array
17. Java Program to Find 2nd Largest Number in an array
18. Java Program to Find Largest Number in an array
19. Java to Program Find 2nd Smallest Number in an array
20. Java Program to Find Smallest Number in an array
21. Java Program to Remove Duplicate Element in an array
22. Java Program to Print Odd and Even Numbers from an array
23. How to Sort an Array in Java
1. Java Program to calculate the Difference between the Sum of the Odd Level and the Even Level Nodes of
a Binary Tree
2. Java program to construct a Binary Search Tree and perform deletion and In-order traversal
3. Java program to convert Binary Tree to Binary Search Tree
4. Java program to determine whether all leaves are at same level
5. Java program to determine whether two trees are identical
6. Java program to find maximum width of a binary tree
7. Java program to find the largest element in a Binary Tree
8. Java program to find the maximum depth or height of a tree
9. Java program to find the nodes which are at the maximum distance in a Binary Tree
10. Java program to find the smallest element in a tree
11. Java program to find the sum of all the nodes of a binary tree
12. Java program to find the total number of possible Binary Search Trees with N keys
13. Java program to implement Binary Tree using the Linked List
14. Java program to search a node in a Binary Tree
Python programs
Python Basic Programs
1. Python program to copy all elements of one array into another array
2. Python program to find the frequency of each element in the array
3. Python program to left rotate the elements of an array
4. Python program to print the duplicate elements of an array
5. Python program to print the elements of an array
6. Python program to print the elements of an array in reverse order
7. Python program to print the elements of an array present on even position
8. Python program to print the elements of an array present on odd position
9. Python program to print the largest element in an array
10. Python program to print the smallest element in an array
11. Python program to print the number of elements present in an array
12. Python program to print the sum of all elements in an array
13. Python program to right rotate the elements of an array
14. Python program to sort the elements of an array in ascending order
15. Python program to sort the elements of an array in descending order
16. Python Program to Merge Two Arrays into a Single Array
17. Python Program to Insert an Element into an Array
18. Python Program to Delete an Element from an Array
1. Python program to copy all elements of one array into another array
2. Python program to find the frequency of each element in the array
3. Python program to left rotate the elements of an array
4. Python program to print the duplicate elements of an array
5. Python program to print the elements of an array
6. Python program to print the elements of an array in reverse order
7. Python program to print the elements of an array present on even position
8. Python program to print the elements of an array present on odd position
9. Python program to print the largest element in an array
10. Python program to print the smallest element in an array
11. Python program to print the number of elements present in an array
12. Python program to print the sum of all elements in an array
13. Python program to right rotate the elements of an array
14. Python program to sort the elements of an array in ascending order
15. Python program to sort the elements of an array in descending order
16. Python Program to Merge Two Arrays into a Single Array
17. Python Program to Insert an Element into an Array
18. Python Program to Delete an Element from an Array
1. Python program to create a Singly Linked List of N nodes and count the number of nodes
2. Python program to create a Singly Linked List of n nodes and display it in reverse order
3. Python program to create and display a Singly Linked List
4. Python program to delete a node from the beginning of the Singly Linked List
5. Python program to delete a node from the end of the Singly Linked List
6. Python program to delete a node from the middle of the Singly Linked List
7. Python program to find the maximum and minimum value node from a Singly Linked List
8. Python program to insert a new node at the beginning of the Singly Linked List
9. Python program to insert a new node at the end of the Singly Linked List
10. Python program to insert a new node at the middle of the Singly Linked List
11. Python program to remove duplicate elements from a Singly Linked List
12. Python program to search an element in a Singly Linked List
13. Python program to sort the elements of the Singly Linked List
1. Python program to create a Circular Linked List of N nodes and count the number of nodes
2. Python program to create a Circular Linked List of n nodes and display it in reverse order
3. Python program to create and display a Circular Linked List
4. Python program to delete a node from the beginning of the Circular Linked List
5. Python program to delete a node from the end of the Circular Linked List
6. Python program to delete a node from the middle of the Circular Linked List
7. Python program to find the maximum and minimum value node from a circular linked list
8. Python program to insert a new node at the beginning of the Circular Linked List
9. Python program to insert a new node at the end of the Circular Linked List
10. Python program to insert a new node at the middle of the Circular Linked List
11. Python program to remove duplicate elements from a Circular Linked List
12. Python program to search an element in a Circular Linked List
13. Python program to sort the elements of the Circular Linked List