Skip to content

DSA

  • Home
  • Algorithms
  • Data Structures
  • Array
  • Stack
  • Queue
  • Matrix
  • Sorting Techniques

DSA

  • Home
  • Algorithms
  • Data Structures
  • Array
  • Stack
  • Queue
  • Matrix
  • Sorting Techniques

Day: September 27, 2022

  1. Home
  2. 2022
  3. September
  4. 27
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

Asides

  • Parenthesis matching using stack
  • Polish Notation
  • Mathematical Notation in Data Structure
  • Operations on Stack
  • Selection Sorting Algorithm
  • Matrix in Programming
  • Heap Sorting in C Programming
  • Quick Sorting in C Programming
  • Radix sorting in C Programming
  • Merge Sorting in C Programming
Home About Contact Privacy DMCA
Copyright © datastructuresandalgorithms.com 2022