Skip to content

DSA

  • Algorithms
  • DSA
  • Array
  • Stack
  • Queue
  • Matrix
  • Programs

DSA

  • Algorithms
  • DSA
  • Array
  • Stack
  • Queue
  • Matrix
  • Programs

Month: September 2022

  1. Home
  2. 2022
  3. September
Algorithm to Calculate factorial using function
September 27, 2022

Algorithm to Calculate factorial using function

  • algorithms
  • YASH PAL

In this tutorial, we will write an algorithm to calculate factorials using the function. using this algorithm we can make a program to calculate factorial using functions in most programming languages like java python c++ and c programming. Algorithm to Calculate factorial using function. 1. Read N. 2. ANS=FACT(N). 3. Write ANS. 4. Exit [This […]

  • Tag:
  • algorithm
Read More
Algorithm for Linear Search in Array
September 26, 2022

Algorithm for Linear Search in Array

  • algorithms
  • YASH PAL

In this tutorial, we are going to write a Linear search algorithm in Array. using this algorithm we can write a program to linear search in the array for an element in almost every programming language like java, python, c++, and c programming. Algorithm for Linear Search in Array. 1. Read N 2. Repeat step3 […]

  • Tag:
  • algorithm
Read More
Algorithm to find whether a number is prime or not
September 26, 2022

Algorithm to find whether a number is prime or not

  • algorithms
  • YASH PAL

In this tutorial, we are going to write an algorithm to verify whether a number is prime or not. using this algorithm we can write a program to verify whether a number is prime or not or find whether a number is prime or not in most programming languages like java, python, c++, and c. […]

  • Tag:
  • algorithm
Read More
Algorithm to reverse a given number
September 25, 2022

Algorithm to reverse a given number

  • algorithms
  • YASH PAL

In this tutorial, we are going to write an Algorithm to reverse the digits of given n-digit numbers. using this algorithm we can write a program to reverse the digits of given n-digit numbers or a number in almost most programming languages like java python c++ and c programming. Algorithm to reverse a given number. […]

  • Tag:
  • algorithm
Read More
Algorithm to print series 1 to N using do while loop
September 24, 2022

Algorithm to print series 1 to N using do while loop

  • algorithms
  • YASH PAL

In this tutorial, we are going to write an algorithm to print the series 1 to N using the do-while loop. using this algorithm we can write a program to print the series 1 to N using the do-while loop in most programming languages like java, python, c++, and c programming. Algorithm to print the […]

  • Tag:
  • algorithm
Read More
Algorithm to print the series 1 to N using while loop
September 24, 2022

Algorithm to print the series 1 to N using while loop

  • algorithms
  • YASH PAL

In this tutorial, we are going to write an algorithm to print the series of 1 to N using a while loop. using this algorithm we can write a program to print the series 1 to N using a while loop in most programming languages like java python c++ and c programming. Algorithm to print […]

  • Tag:
  • algorithm
Read More
Algorithm to print the series 1 to N using for loop
September 24, 2022

Algorithm to print the series 1 to N using for loop

  • algorithms
  • YASH PAL

In this tutorial, we are going to write an algorithm to print the series 1 to N using for loop. using this algorithm we can write a program to print the series 1 to N using for loop in most programming languages like C, C++, Java, and Python programming language. Algorithm to print the series 1 […]

  • Tag:
  • algorithm
Read More
Algorithm to input percentage from user and print grade
September 24, 2022

Algorithm to input percentage from user and print grade

  • algorithms
  • YASH PAL

In this tutorial, we will write an algorithm to input percentages from users and print grades. using this algorithm we can write a program to input percentages from users and print grades in most programming languages like java, python, c++, and c programming. Algorithm to input percentage from user and print grade. 1. Read P. […]

  • Tag:
  • algorithm
Read More
Algorithm to find Maximum of three numbers
September 24, 2022

Algorithm to find Maximum of three numbers

  • algorithms
  • YASH PAL

In this tutorial, we are going to write an algorithm to find the Maximum of three numbers. using this algorithm we can write a program to find a Maximum of three numbers in most programming languages like Java, Python, C++, and C programming. Algorithm to find the Maximum of three numbers. 1. Read A, B, C. […]

  • Tag:
  • algorithm
Read More
Algorithm to find Maximum of two numbers
September 24, 2022

Algorithm to find Maximum of two numbers

  • algorithms
  • YASH PAL

In this tutorial, we are going to write an algorithm to find the maximum of two numbers. using this algorithm we can write a program to find the Maximum of two numbers in most programming languages like C, C++, Python, and Java programming. Algorithm to find the Maximum of two numbers. 1. Read A and B. […]

  • Tag:
  • algorithm
Read More
  • 1
  • 2

Asides

  • Parenthesis Matching program in C programming
  • Tower of Hanoi Non-Recursive Using Stack program in C programming
  • Tower of Hanoi Recursive program in C Programming
  • Check the Palindrome number program in c programming
  • Print the reverse of a string using Stack program in c
  • Evaluate a Postfix and Prefix equation program in c
  • Infix to Postfix and Prefix Equation program in c
  • Stack Operations program in c Programming
  • Quick Sorting (Recursive and Non Recursive)
  • Tower of Hanoi (Recursive & Non-recursive)
Home About Contact Privacy DMCA
Copyright © datastructuresandalgorithms.com 2022