UrbanPro

Take BA Tuition from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

What is algorithm for finding factorial??

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

Social Science_PhD_NET

Factorial of a number is multiplying the numbers from 1,2,3...n where n is the number whose factorial is to be found out. There are two methods called recursive and iterative.In recursive method program calls the factorial function again and again until the terminal condition is reached. In the iterative...
read more
Factorial of a number is multiplying the numbers from 1,2,3...n where n is the number whose factorial is to be found out. There are two methods called recursive and iterative.In recursive method program calls the factorial function again and again until the terminal condition is reached. In the iterative program it keeps on multiplying the next number with the factorial calculated till now until it reaches the number for which factorial is to be calculated. Input An integer. Output Factorial of given number. complexity O(n) Factorial(num) 1 if (num=0 or num=1) then 2 fact = 1; 3 else 4 for i 1 to n 5 fact=fact*i; 6 print fact read less
Comments

Freelancer & Educator, Language , Vedic Maths, Humanities

Algorithm for calculate factorial value of a number: step 1. Start step 2. Read the number n step 3. i=1, fact=1 step 4. Repeat step 4 through 6 until i=n step 5. fact=fact*i step 6. i=i+1 step 7. Print fact step 8. Stop
read more
Algorithm for calculate factorial value of a number: [algorithm to calculate the factorial of a number] step 1. Start step 2. Read the number n step 3. [Initialize] i=1, fact=1 step 4. Repeat step 4 through 6 until i=n step 5. fact=fact*i step 6. i=i+1 step 7. Print fact step 8. Stop [process finish of calculate the factorial value of a number] read less
Comments

Education Providor with entreprenural efforts, Professional Coach, Quant Coach, Math Guru and Skills in applied IT and Managerial Information Systems

The Answer to the questions is different for a C programming or VB programming learner and an Analyst. The Recursive Algorithm is a high school or Introductory College algorithm. Typically efficient for small numbers say up to 10^5 or 6. For larger numbers these loops, the counter and how the language...
read more
The Answer to the questions is different for a C programming or VB programming learner and an Analyst. The Recursive Algorithm is a high school or Introductory College algorithm. Typically efficient for small numbers say up to 10^5 or 6. For larger numbers these loops, the counter and how the language implements them get slow and limited, depending on processor speed. One might even just get constrained at the memory size of the integer where they are implemented. Enter Custom BigInteger Data type and smart ways to operate (Multiply) on them like Fast Fourrier Type Multiplications. Already into numerical methods, then Factorials get interesting. Why Factorials? Off course... we are talking of probability distributions at some point or combinatoriacs which in some form depend on this complex operation. I would then suggest you to have a look at approximation of T. J. Stieltjes based on Stirling Approximation, Swing Method and so on. Work well on moderately large numbers like 10^6 or 10^50. Most compilers implement log lookup function quite well, but Id suggest you to take count of the algorithm or lookup function (Stochastic Find or Sort) you are using. One thing you'd take back is a closer look at algebra as well as smarter ways to find patterns and make calculations. The world of algorithms depend on two dimensions speed and precision, and to find precise numbers when exact computation is impractical or too time consuming is interesting in itself. read less
Comments

Education Providor with entreprenural efforts, Professional Coach, Quant Coach, Math Guru and Skills in applied IT and Managerial Information Systems

For a headstart on Stieljets algorithm and its practicality, google Approximation Formulas for the Factorial Function n! by Peter Luschny
Comments

Dealing with Statistics, SPSS, MATLAB, LATEX, R.

fact=1; for (i=2;i<=n;i++) { fact=fact*i; } print fact;
Comments

Maths & Computer Tution

step 1. Start step 2. Read the number n step 3. i=1, fact=1 step 4. Repeat step 4 through 6 until i=n step 5. fact=fact*i step 6. i=i+1 step 7. Print fact step 8. Stop
Comments

Math cracker

Input An integer. Output Factorial of given number. complexity O(n) Factorial(num) 1 if (num=0 or num=1) then 2 fact = 1; 3 else 4 for i 1 to n 5 fact=fact*i; 6 print fact
Comments

View 5 more Answers

Related Questions

How Can I find the best teacher who teach the student in very easy and quick during his/her exam time?
By revising and correlating with suitable examples we can made easy and also we have to fill the confidence in them i.e. exam is so easy ..
Coaching
0 0
9
What about a good computerized language which I can learn soon?
if you are a beginner then you can start with java because it is in high demand, but you should practice the programs from class 11 and 12 isc books because there are lots of programs to implement, after...
Sabat

From where to start the learning of english language . What are the topics that are important to learn english language .

 

Best ways to learn English- Grab all opportunities to speak, read books & watch english movies, do extempore in any topic of your choice consistently for 21 days, Practice
Shivansh
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

what is politics ?
The term politics is derived from polis which is Greek in language and it means the city state. Aristotle is regarded as father of political science, in his famous book politics he wrote," Man is by nature...

Careers In Part Time works better than Full Time Job
Hello Readers, Here I brings For You Top 10 Part Time Work which will gives you benefit in the terms of Fiancial and Social. The List is Below:- 1. Get Paid for Clicking Ads: When it comes to easiest...

Two Important Tools to Convert Your Dream Into Goal
How to convert your dream into Goal If we want to convert the dream into Goal, two important tools are given below. SMART & 5D S: Specific M: Measurable A: Achievable R: Realistic T: Time-bound...

How to create a logo from scratch
This tutorial is based on how to create a logo from starting how to create an idea and how to move further. I hope this tutorial is pretty useful..And also sorry about my English i was pretty nervous
R

Raman Preet Singh

0 0
1

Probability: Random Variable, Discrete Probability Distribution And Expectation
An experiment whose outcome cannot be predicted is called random experiment. The set of all outcomes of a random experiment is called a sample space and is denoted by S. A sample Space is discrete if it...

Recommended Articles

Most of the students decide what stream they are going to choose at the school level. Science, commerce and arts are the main fields, and students need to choose any one between these three. Although there are many such professional courses available, most students like to select one of these three streams. In college,...

Read full article >

During the last days in school, every student waits for their college life. It is, of course, exciting to get admission in your dream college with the course you wanted to pursue. Its your effort and struggle that makes you part of the college that you aimed for. Yet, once the first month passes all students forget their...

Read full article >

Whether you are doing graduation or post graduation, no college student can escape from the misery of college dissertation. College dissertation is a detailed research project on a topic of your choice, approved by professors. At the beginning of the dissertation you have to set a hypothetical aim and at the end, you have...

Read full article >

Whatever you learn in college is no doubt very important and forms the base for your future professional career. However, lack of hands-on experience, business oriented skills and interpersonal skills, among fresh graduates are making them unfit for employment in competitive business environment. Today organizations operate...

Read full article >

Looking for BA Tuition ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for BA Tuition Classes?

The best tutors for BA Tuition Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Take BA Tuition with the Best Tutors

The best Tutors for BA Tuition Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more