- Array
- Find occurance of given character in string.
- Insert an element in array.
- Passing 2D array to a function
- Passing one dimensional array to function
- Print the given constraints in simple form
- Program to calculate the sum of all elements of array.
- Program to find Multiplication of two matrices created by using concept of malloc.
- Program to find Multiplication of two matrices using function.
- Program to find Multiplication of two matrices.
- Program to find length of entered string.
- Program to find the Largest element of the Array.
- Program to find the Sum of two matrices.
- Program to find transpose of given matrix.
- Program to perform deletion operation in array.
- Program to search an element in array using Binary search.
- Program to search an element in array using sequential search.
- Program to sort a entered strings using Bubble sort.
- Sort an array using selection sort.
- Sort an array using Bubble sort.
- Sort an array using Insertion sort.
- Strings
- Structure and Array
- Types of Array
- How to sort one dimensional array in java
- Multiplication of two matrixs in java
- One dimensional Array in java
- Sum of elements of one dimensional array
- Sum of given one dimentional array list.
- Sum of two matrix in java
- Transpose two dimensional array in java
- Two dimensional array in java
- Create Upper triangular matrix.
- Find saddle point in each row of two dimentional array.
- How to Sort array in c++ using Bubble sort.
- How to calculate Sum of two matrix using C++.
- How to find majority element in array using backtracking method. - New !!
- How to find majority element in array without using backtracking method. - New !!
- How to find number of occurence of an element in Array and also find majority element.
- How to find the Largest element in array using C++.
- How to insert a new element in array using C++.
- How to linearly search an element in array using C++.
- How to perform Bubble Sort on Array created dynamically.
- How to remove an element in array using C++.
- How to sort an array using selection sort in C++.
- How to traverse the array using C++.
- Merge two arrays.
- Program to calculate multiplication of two matrix using C++.
- Program to create and print tridiagonal matrix.
- Program to create lower triangular matrix.
- Program to find pair of elements in array that produce 25 as a result of addition operation.
- Program to find sum of each row and column and total of matrix.
- Program to find the multiplication of two lower triangular matrixs.
- Program to find the multiplication of two matrixs using functions.
- Program to search an element in array using Binary search in C++.
- Program to search an element in array using Binary search.
- Program to search an element in array using sequential search.
- Program to sort an array using Radix sort in C++.
- QuickSort using stack
- Sort an array using selection sort.
- Sort an array using Bubble sort.
- Sort an array using Insertion sort.
- Stack implimentation using array
- Check wheather the entered string is Palidrone or not.
- Check whether the entered number is Palidrone or not.
- Convert binary number to decimal number.
- Count number of days in the given month of the year.
- Create dynamic array.
- Create simple Calculator using C concepts.
- Demonstrate the use of ATOI function to convert interger type chracter to Integer datatype.
- Find hcf of three numbers.
- Find occurance of given character in string.
- Find twin prime numbers.
- Insert an element in array.
- Perform decimal to binary conversion.
- Print Fibonacci series using while loop.
- Print the given constraints in simple form
- Program to calculate the Factorial of number without using function.
- Program to calculate the simple interest and compound interest.
- Program to calculate the sum of all elements of array.
- Program to check the size of built-in datatypes.
- Program to check wheather a given number is armstrong or not
- Program to check wheather entered 3 digit number has all even or all odd or mixed odd and even digits.
- Program to check wheather the given year is leap year or not.
- Program to check whether given alphabet is vowel or not using If Else statement.
- Program to check whether the given number is Even or Odd.
- Program to compute nCr formula.
- Program to convert readed temperature from celsius to Fahrenheit or vice versa.
- Program to demonstarte the use of Switch case.
- Program to demonstrate the use of For loop construct in C language.
- Program to demonstrate the use of Structure in C Language.
- Program to enter line using getchar and print it using putchar function.
- Program to find Multiplication of two matrices created by using concept of malloc.
- Program to find Multiplication of two matrices using function.
- Program to find Multiplication of two matrices.
- Program to find area of triangle.
- Program to find hcf and lcm of two numbers
- Program to find length of entered string.
- Program to find mirror image of entered number using function.
- Program to find nth prime number.
- Program to find the Factorial of number using Recursion function.
- Program to find the Largest element of the Array.
- Program to find the Sum of two matrices.
- Program to find the area of rectangle.
- Program to find the greatest number among three numbers without using nested if else.
- Program to find the greatest number among two numbers.
- Program to find the power b of entered number a.
- Program to find the reverse of and sum of digits of the given number.
- Program to find transpose of given matrix.
- Program to pass a structure variable to Function.
- Program to perform deletion operation in array.
- Program to print the date in the 19 th century
- Program to recieve the address of variable using pointer through functions.
- Program to search an element in array using Binary search.
- Program to search an element in array using sequential search.
- Program to show concept of Double Pointer or Pointer to Pointer.
- Program to show the concept of gets and puts function.
- Program to show the concept of union.
- Program to sort a entered strings using Bubble sort.
- Program to swap or interchange two numbers using third variable.
- Sort an array using selection sort.
- Sort an array using Bubble sort.
- Sort an array using Insertion sort.
- Swap or interchange two numbers without using variable.
- Array
- Passing 2D array to a function
- Passing one dimensional array to function
- Strings
- Structure and Array
- Structures
- Types of Array
- Union
- How to Sort array in c++ using Bubble sort.
- How to remove an element in array using C++.
- Program to search an element in array using Binary search in C++.
- Binary search using Recursion
- Create Upper triangular matrix.
- Create a circular linked list. - New !!
- Efficient code to find exponential(power) of given number using recursion.
- Evaluation of postfix Expression
- Find nth term in fibnacci series
- Find nth term in fibnacci series using Recursion
- Find saddle point in each row of two dimentional array.
- How to Sort array in c++ using Bubble sort.
- How to calculate Sum of two matrix using C++.
- How to create linked list using function.
- How to create linked list(self referential structure) and perform insert operaton on it.
- How to create linked list.
- How to find majority element in array using backtracking method. - New !!
- How to find majority element in array without using backtracking method. - New !!
- How to find number of occurence of an element in Array and also find majority element.
- How to find the Largest element in array using C++.
- How to insert a new element in array using C++.
- How to linearly search an element in array using C++.
- How to perform Bubble Sort on Array created dynamically.
- How to remove an element in array using C++.
- How to sort an array using selection sort in C++.
- How to traverse the array using C++.
- Infix to Postfix conversion
- Insert a new element in the beggining of Linked list
- Insert a new element in the end of Linked list
- Linear search using recursion.
- Merge two arrays.
- Multiplication of number using recursion
- Priority queue using array
- Priority queue using linked list
- Program to calculate multiplication of two matrix using C++.
- Program to create and print tridiagonal matrix.
- Program to create lower triangular matrix.
- Program to find pair of elements in array that produce 25 as a result of addition operation.
- Program to find sum of each row and column and total of matrix.
- Program to find the multiplication of two lower triangular matrixs.
- Program to find the multiplication of two matrixs using functions.
- Program to merge two linked list.
- Program to print content of linked list reversely.
- Program to reverse the linked list.
- Program to search an element in array using Binary search in C++.
- Program to search an element in array using Binary search.
- Program to search an element in array using sequential search.
- Program to sort an array using Radix sort in C++.
- Queue Implimentation using array
- Queue Implimentation using linked list
- QuickSort using recursion
- QuickSort using stack
- Sort an array using selection sort.
- Sort an array using Bubble sort.
- Sort an array using Insertion sort.
- Stack
- Stack implimentation using array
- Stack implimentation using linked list
- Tower of Hanoi
- Write a code to create Double Linked List. - New !!
- Write a code to solve josephus problem in linked list. - New !!
- Write a program to find polynomial addition using linked list.
- Write a program to find polynomial multiplication using linked list.
- Write a program to perform data structure operations on LInked list.
- Check whether the entered number is Palidrone or not.
- Count number of days in the given month of the year.
- Create simple Calculator using C concepts.
- Find twin prime numbers.
- Program to check wheather entered 3 digit number has all even or all odd or mixed odd and even digits.
- Program to check wheather the given year is leap year or not.
- Program to check whether given alphabet is vowel or not using If Else statement.
- Program to check whether the given number is Even or Odd.
- Program to convert readed temperature from celsius to Fahrenheit or vice versa.
- Program to demonstarte the use of Switch case.
- Program to find hcf and lcm of two numbers
- Program to find the greatest number among three numbers without using nested if else.
- Program to find the greatest number among two numbers.
- Program to perform deletion operation in array.
- Program to print the date in the 19 th century
- Passing 2D array to a function
- Passing one dimensional array to function
- Print Fibonacci series using while loop.
- Program to enter line using getchar and print it using putchar function.
- Program to find Multiplication of two matrices created by using concept of malloc.
- Program to find Multiplication of two matrices using function.
- Program to find the Factorial of number using Recursion function.
- Program to pass a structure variable to Function.
- Program to recieve the address of variable using pointer through functions.
- Sort an array using Bubble sort.
- Check whether the entered number is Palidrone or not.
- Convert binary number to decimal number.
- Find twin prime numbers.
- Print Fibonacci series using while loop.
- Program to calculate the Factorial of number without using function.
- Program to calculate the sum of all elements of array.
- Program to check wheather a given number is armstrong or not
- Program to convert readed temperature from celsius to Fahrenheit or vice versa.
- Program to demonstrate the use of For loop construct in C language.
- Program to find Multiplication of two matrices created by using concept of malloc.
- Program to find Multiplication of two matrices using function.
- Program to find Multiplication of two matrices.
- Program to find the Largest element of the Array.
- Program to find the Sum of two matrices.
- Program to find the reverse of and sum of digits of the given number.
- Program to find transpose of given matrix.
- Program to merge two linked list.
- BitwiseOperator in java
- Boolean type in java
- Conditional Operator in java
- Do While Loop in Java
- Find Sum using For Loop in java
- Float Point Arithmetic in Java
- How to sort one dimensional array in java
- Increment Operator in java
- Logical Operator in java
- Multiplication of two matrixs in java
- One dimensional Array in java
- Print the pattern
- Relational Operator in java
- Show concept of Labelled Continue Break in java
- Sum of elements of one dimensional array
- Sum of given one dimentional array list.
- Sum of two matrix in java
- Transpose two dimensional array in java
- Two dimensional array in java
- While Loop in java
- Find the inverse of given matrix using malloc function - New !!
- Least Cost Entry Method in Transportation Problem - New !!
- North West Corner Method in transportation problem - New !!
- To implement Simplex method in LPP - New !!
- Vogel approximation method (VAM) in transportation problem - New !!
Linked List(Self Referential structure)
- Create a circular linked list. - New !!
- How to create linked list using function.
- How to create linked list(self referential structure) and perform insert operaton on it.
- How to create linked list.
- Insert a new element in the beggining of Linked list
- Insert a new element in the end of Linked list
- Program to print content of linked list reversely.
- Program to reverse the linked list.
- Stack implimentation using linked list
- Write a code to create Double Linked List. - New !!
- Write a code to solve josephus problem in linked list. - New !!
- Write a program to find polynomial addition using linked list.
- Write a program to find polynomial multiplication using linked list.
- Write a program to perform data structure operations on LInked list.
- Do While Loop in Java
- Find Sum using For Loop in java
- Print the pattern
- Show concept of Labelled Continue Break in java
- While Loop in java
- BitwiseOperator in java
- Boolean type in java
- Conditional Operator in java
- Float Point Arithmetic in Java
- Increment Operator in java
- Logical Operator in java
- Relational Operator in java
- Priority queue using array
- Priority queue using linked list
- Queue Implimentation using array
- Queue Implimentation using linked list
- Binary search using Recursion
- Efficient code to find exponential(power) of given number using recursion.
- Find nth term in fibnacci series
- Find nth term in fibnacci series using Recursion
- Linear search using recursion.
- Multiplication of number using recursion
- QuickSort using recursion
- Tower of Hanoi
- Binary search using Recursion
- Linear search using recursion.
- Program to search an element in array using Binary search in C++.
- Program to search an element in array using Binary search.
- How to Sort array in c++ using Bubble sort.
- How to perform Bubble Sort on Array created dynamically.
- How to sort an array using selection sort in C++.
- Program to sort an array using Radix sort in C++.
- QuickSort using recursion
- Sort an array using selection sort.
- Sort an array using Bubble sort.
- Sort an array using Insertion sort.
- Evaluation of postfix Expression
- Infix to Postfix conversion
- QuickSort using stack
- Stack
- Stack implimentation using array
- Stack implimentation using linked list
- Tower of Hanoi
- Check wheather the entered string is Palidrone or not.
- Find occurance of given character in string.
- Program to find length of entered string.
- Program to show the concept of gets and puts function.
- Program to sort a entered strings using Bubble sort.
- Strings
- Program to demonstrate the use of Structure in C Language.
- Program to pass a structure variable to Function.
- Structure and Array
- Structures
Widget by Abu Farhan