Sitemap



Array

  1. Array
  2. Find occurance of given character in string.
  3. Insert an element in array.
  4. Passing 2D array to a function
  5. Passing one dimensional array to function
  6. Print the given constraints in simple form
  7. Program to calculate the sum of all elements of array.
  8. Program to find Multiplication of two matrices created by using concept of malloc.
  9. Program to find Multiplication of two matrices using function.
  10. Program to find Multiplication of two matrices.
  11. Program to find length of entered string.
  12. Program to find the Largest element of the Array.
  13. Program to find the Sum of two matrices.
  14. Program to find transpose of given matrix.
  15. Program to perform deletion operation in array.
  16. Program to search an element in array using Binary search.
  17. Program to search an element in array using sequential search.
  18. Program to sort a entered strings using Bubble sort.
  19. Sort an array using selection sort.
  20. Sort an array using Bubble sort.
  21. Sort an array using Insertion sort.
  22. Strings
  23. Structure and Array
  24. Types of Array

Array in Java

  1. How to sort one dimensional array in java
  2. Multiplication of two matrixs in java
  3. One dimensional Array in java
  4. Sum of elements of one dimensional array
  5. Sum of given one dimentional array list.
  6. Sum of two matrix in java
  7. Transpose two dimensional array in java
  8. Two dimensional array in java

Arrays

  1. Create Upper triangular matrix.
  2. Find saddle point in each row of two dimentional array.
  3. How to Sort array in c++ using Bubble sort.
  4. How to calculate Sum of two matrix using C++.
  5. How to find majority element in array using backtracking method. - New !!
  6. How to find majority element in array without using backtracking method. - New !!
  7. How to find number of occurence of an element in Array and also find majority element.
  8. How to find the Largest element in array using C++.
  9. How to insert a new element in array using C++.
  10. How to linearly search an element in array using C++.
  11. How to perform Bubble Sort on Array created dynamically.
  12. How to remove an element in array using C++.
  13. How to sort an array using selection sort in C++.
  14. How to traverse the array using C++.
  15. Merge two arrays.
  16. Program to calculate multiplication of two matrix using C++.
  17. Program to create and print tridiagonal matrix.
  18. Program to create lower triangular matrix.
  19. Program to find pair of elements in array that produce 25 as a result of addition operation.
  20. Program to find sum of each row and column and total of matrix.
  21. Program to find the multiplication of two lower triangular matrixs.
  22. Program to find the multiplication of two matrixs using functions.
  23. Program to search an element in array using Binary search in C++.
  24. Program to search an element in array using Binary search.
  25. Program to search an element in array using sequential search.
  26. Program to sort an array using Radix sort in C++.
  27. QuickSort using stack
  28. Sort an array using selection sort.
  29. Sort an array using Bubble sort.
  30. Sort an array using Insertion sort.
  31. Stack implimentation using array

C Programs

  1. Check wheather the entered string is Palidrone or not.
  2. Check whether the entered number is Palidrone or not.
  3. Convert binary number to decimal number.
  4. Count number of days in the given month of the year.
  5. Create dynamic array.
  6. Create simple Calculator using C concepts.
  7. Demonstrate the use of ATOI function to convert interger type chracter to Integer datatype.
  8. Find hcf of three numbers.
  9. Find occurance of given character in string.
  10. Find twin prime numbers.
  11. Insert an element in array.
  12. Perform decimal to binary conversion.
  13. Print Fibonacci series using while loop.
  14. Print the given constraints in simple form
  15. Program to calculate the Factorial of number without using function.
  16. Program to calculate the simple interest and compound interest.
  17. Program to calculate the sum of all elements of array.
  18. Program to check the size of built-in datatypes.
  19. Program to check wheather a given number is armstrong or not
  20. Program to check wheather entered 3 digit number has all even or all odd or mixed odd and even digits.
  21. Program to check wheather the given year is leap year or not.
  22. Program to check whether given alphabet is vowel or not using If Else statement.
  23. Program to check whether the given number is Even or Odd.
  24. Program to compute nCr formula.
  25. Program to convert readed temperature from celsius to Fahrenheit or vice versa.
  26. Program to demonstarte the use of Switch case.
  27. Program to demonstrate the use of For loop construct in C language.
  28. Program to demonstrate the use of Structure in C Language.
  29. Program to enter line using getchar and print it using putchar function.
  30. Program to find Multiplication of two matrices created by using concept of malloc.
  31. Program to find Multiplication of two matrices using function.
  32. Program to find Multiplication of two matrices.
  33. Program to find area of triangle.
  34. Program to find hcf and lcm of two numbers
  35. Program to find length of entered string.
  36. Program to find mirror image of entered number using function.
  37. Program to find nth prime number.
  38. Program to find the Factorial of number using Recursion function.
  39. Program to find the Largest element of the Array.
  40. Program to find the Sum of two matrices.
  41. Program to find the area of rectangle.
  42. Program to find the greatest number among three numbers without using nested if else.
  43. Program to find the greatest number among two numbers.
  44. Program to find the power b of entered number a.
  45. Program to find the reverse of and sum of digits of the given number.
  46. Program to find transpose of given matrix.
  47. Program to pass a structure variable to Function.
  48. Program to perform deletion operation in array.
  49. Program to print the date in the 19 th century
  50. Program to recieve the address of variable using pointer through functions.
  51. Program to search an element in array using Binary search.
  52. Program to search an element in array using sequential search.
  53. Program to show concept of Double Pointer or Pointer to Pointer.
  54. Program to show the concept of gets and puts function.
  55. Program to show the concept of union.
  56. Program to sort a entered strings using Bubble sort.
  57. Program to swap or interchange two numbers using third variable.
  58. Sort an array using selection sort.
  59. Sort an array using Bubble sort.
  60. Sort an array using Insertion sort.
  61. Swap or interchange two numbers without using variable.

C Tutorial

  1. Array
  2. Passing 2D array to a function
  3. Passing one dimensional array to function
  4. Strings
  5. Structure and Array
  6. Structures
  7. Types of Array
  8. Union

CPP Program

  1. How to Sort array in c++ using Bubble sort.
  2. How to remove an element in array using C++.
  3. Program to search an element in array using Binary search in C++.

Data Structure

  1. Binary search using Recursion
  2. Create Upper triangular matrix.
  3. Create a circular linked list. - New !!
  4. Efficient code to find exponential(power) of given number using recursion.
  5. Evaluation of postfix Expression
  6. Find nth term in fibnacci series
  7. Find nth term in fibnacci series using Recursion
  8. Find saddle point in each row of two dimentional array.
  9. How to Sort array in c++ using Bubble sort.
  10. How to calculate Sum of two matrix using C++.
  11. How to create linked list using function.
  12. How to create linked list(self referential structure) and perform insert operaton on it.
  13. How to create linked list.
  14. How to find majority element in array using backtracking method. - New !!
  15. How to find majority element in array without using backtracking method. - New !!
  16. How to find number of occurence of an element in Array and also find majority element.
  17. How to find the Largest element in array using C++.
  18. How to insert a new element in array using C++.
  19. How to linearly search an element in array using C++.
  20. How to perform Bubble Sort on Array created dynamically.
  21. How to remove an element in array using C++.
  22. How to sort an array using selection sort in C++.
  23. How to traverse the array using C++.
  24. Infix to Postfix conversion
  25. Insert a new element in the beggining of Linked list
  26. Insert a new element in the end of Linked list
  27. Linear search using recursion.
  28. Merge two arrays.
  29. Multiplication of number using recursion
  30. Priority queue using array
  31. Priority queue using linked list
  32. Program to calculate multiplication of two matrix using C++.
  33. Program to create and print tridiagonal matrix.
  34. Program to create lower triangular matrix.
  35. Program to find pair of elements in array that produce 25 as a result of addition operation.
  36. Program to find sum of each row and column and total of matrix.
  37. Program to find the multiplication of two lower triangular matrixs.
  38. Program to find the multiplication of two matrixs using functions.
  39. Program to merge two linked list.
  40. Program to print content of linked list reversely.
  41. Program to reverse the linked list.
  42. Program to search an element in array using Binary search in C++.
  43. Program to search an element in array using Binary search.
  44. Program to search an element in array using sequential search.
  45. Program to sort an array using Radix sort in C++.
  46. Queue Implimentation using array
  47. Queue Implimentation using linked list
  48. QuickSort using recursion
  49. QuickSort using stack
  50. Sort an array using selection sort.
  51. Sort an array using Bubble sort.
  52. Sort an array using Insertion sort.
  53. Stack
  54. Stack implimentation using array
  55. Stack implimentation using linked list
  56. Tower of Hanoi
  57. Write a code to create Double Linked List. - New !!
  58. Write a code to solve josephus problem in linked list. - New !!
  59. Write a program to find polynomial addition using linked list.
  60. Write a program to find polynomial multiplication using linked list.
  61. Write a program to perform data structure operations on LInked list.

Decision Making Statements

  1. Check whether the entered number is Palidrone or not.
  2. Count number of days in the given month of the year.
  3. Create simple Calculator using C concepts.
  4. Find twin prime numbers.
  5. Program to check wheather entered 3 digit number has all even or all odd or mixed odd and even digits.
  6. Program to check wheather the given year is leap year or not.
  7. Program to check whether given alphabet is vowel or not using If Else statement.
  8. Program to check whether the given number is Even or Odd.
  9. Program to convert readed temperature from celsius to Fahrenheit or vice versa.
  10. Program to demonstarte the use of Switch case.
  11. Program to find hcf and lcm of two numbers
  12. Program to find the greatest number among three numbers without using nested if else.
  13. Program to find the greatest number among two numbers.
  14. Program to perform deletion operation in array.
  15. Program to print the date in the 19 th century

Functions

  1. Passing 2D array to a function
  2. Passing one dimensional array to function
  3. Print Fibonacci series using while loop.
  4. Program to enter line using getchar and print it using putchar function.
  5. Program to find Multiplication of two matrices created by using concept of malloc.
  6. Program to find Multiplication of two matrices using function.
  7. Program to find the Factorial of number using Recursion function.
  8. Program to pass a structure variable to Function.
  9. Program to recieve the address of variable using pointer through functions.
  10. Sort an array using Bubble sort.

Iterative Statements

  1. Check whether the entered number is Palidrone or not.
  2. Convert binary number to decimal number.
  3. Find twin prime numbers.
  4. Print Fibonacci series using while loop.
  5. Program to calculate the Factorial of number without using function.
  6. Program to calculate the sum of all elements of array.
  7. Program to check wheather a given number is armstrong or not
  8. Program to convert readed temperature from celsius to Fahrenheit or vice versa.
  9. Program to demonstrate the use of For loop construct in C language.
  10. Program to find Multiplication of two matrices created by using concept of malloc.
  11. Program to find Multiplication of two matrices using function.
  12. Program to find Multiplication of two matrices.
  13. Program to find the Largest element of the Array.
  14. Program to find the Sum of two matrices.
  15. Program to find the reverse of and sum of digits of the given number.
  16. Program to find transpose of given matrix.
  17. Program to merge two linked list.

Java Programs

  1. BitwiseOperator in java
  2. Boolean type in java
  3. Conditional Operator in java
  4. Do While Loop in Java
  5. Find Sum using For Loop in java
  6. Float Point Arithmetic in Java
  7. How to sort one dimensional array in java
  8. Increment Operator in java
  9. Logical Operator in java
  10. Multiplication of two matrixs in java
  11. One dimensional Array in java
  12. Print the pattern
  13. Relational Operator in java
  14. Show concept of Labelled Continue Break in java
  15. Sum of elements of one dimensional array
  16. Sum of given one dimentional array list.
  17. Sum of two matrix in java
  18. Transpose two dimensional array in java
  19. Two dimensional array in java
  20. While Loop in java

LPP

  1. Find the inverse of given matrix using malloc function - New !!
  2. Least Cost Entry Method in Transportation Problem - New !!
  3. North West Corner Method in transportation problem - New !!
  4. To implement Simplex method in LPP - New !!
  5. Vogel approximation method (VAM) in transportation problem - New !!

Linked List(Self Referential structure)

  1. Create a circular linked list. - New !!
  2. How to create linked list using function.
  3. How to create linked list(self referential structure) and perform insert operaton on it.
  4. How to create linked list.
  5. Insert a new element in the beggining of Linked list
  6. Insert a new element in the end of Linked list
  7. Program to print content of linked list reversely.
  8. Program to reverse the linked list.
  9. Stack implimentation using linked list
  10. Write a code to create Double Linked List. - New !!
  11. Write a code to solve josephus problem in linked list. - New !!
  12. Write a program to find polynomial addition using linked list.
  13. Write a program to find polynomial multiplication using linked list.
  14. Write a program to perform data structure operations on LInked list.

Looping Statements

  1. Do While Loop in Java
  2. Find Sum using For Loop in java
  3. Print the pattern
  4. Show concept of Labelled Continue Break in java
  5. While Loop in java

Operators

  1. BitwiseOperator in java
  2. Boolean type in java
  3. Conditional Operator in java
  4. Float Point Arithmetic in Java
  5. Increment Operator in java
  6. Logical Operator in java
  7. Relational Operator in java

Queue

  1. Priority queue using array
  2. Priority queue using linked list
  3. Queue Implimentation using array
  4. Queue Implimentation using linked list

Recursion

  1. Binary search using Recursion
  2. Efficient code to find exponential(power) of given number using recursion.
  3. Find nth term in fibnacci series
  4. Find nth term in fibnacci series using Recursion
  5. Linear search using recursion.
  6. Multiplication of number using recursion
  7. QuickSort using recursion
  8. Tower of Hanoi

Searching

  1. Binary search using Recursion
  2. Linear search using recursion.
  3. Program to search an element in array using Binary search in C++.
  4. Program to search an element in array using Binary search.

Sorting

  1. How to Sort array in c++ using Bubble sort.
  2. How to perform Bubble Sort on Array created dynamically.
  3. How to sort an array using selection sort in C++.
  4. Program to sort an array using Radix sort in C++.
  5. QuickSort using recursion
  6. Sort an array using selection sort.
  7. Sort an array using Bubble sort.
  8. Sort an array using Insertion sort.

Stack

  1. Evaluation of postfix Expression
  2. Infix to Postfix conversion
  3. QuickSort using stack
  4. Stack
  5. Stack implimentation using array
  6. Stack implimentation using linked list
  7. Tower of Hanoi

String

  1. Check wheather the entered string is Palidrone or not.
  2. Find occurance of given character in string.
  3. Program to find length of entered string.
  4. Program to show the concept of gets and puts function.
  5. Program to sort a entered strings using Bubble sort.
  6. Strings

Structure

  1. Program to demonstrate the use of Structure in C Language.
  2. Program to pass a structure variable to Function.
  3. Structure and Array
  4. Structures

Union

  1. Program to show the concept of union.
  2. Union

Widget by Abu Farhan

0 Comments
Comments
Twitter Delicious Facebook Favorites More