2014
DOI: 10.21090/ijaerd.0101003
|View full text |Cite
|
Sign up to set email alerts
|

Study of Recursive and Iterative Approach on Factorial and Fibonacci Algorithm

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Year Published

2020
2020
2020
2020

Publication Types

Select...
1

Relationship

0
1

Authors

Journals

citations
Cited by 1 publication
(3 citation statements)
references
References 1 publication
0
3
0
Order By: Relevance
“…After implementation of factorial using both approaches for input size starting from 10 to 100000 [4], is shown below: As found in [4], the poor performance for the recursive approach compared to an iterative approach is that, recursive algorithm contains heavy push-pop of the registers in the worst level of each function call.…”
Section: Recursive Factorial (Int Num)mentioning
confidence: 99%
See 2 more Smart Citations
“…After implementation of factorial using both approaches for input size starting from 10 to 100000 [4], is shown below: As found in [4], the poor performance for the recursive approach compared to an iterative approach is that, recursive algorithm contains heavy push-pop of the registers in the worst level of each function call.…”
Section: Recursive Factorial (Int Num)mentioning
confidence: 99%
“…The iterative algorithm for Fibonacci series is considerably faster since it doesn"t involve calculating the redundant things [4].…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation