Computer algorithms - PowerPoint PPT Presentation

1 / 15
About This Presentation
Title:

Computer algorithms

Description:

Computer algorithms. ???????? ??? ???????. ???????? ??? ??? ???????. ????? ???????? ... if (n == 1 or n == 2) then return(1); else. return (fib(n - 1) fib(n - 2) ... – PowerPoint PPT presentation

Number of Views:39
Avg rating:3.0/5.0
Slides: 16
Provided by: sad79
Category:

less

Transcript and Presenter's Notes

Title: Computer algorithms


1
????? ???????? ??
  • Computer algorithms

2
Computer algorithms
  • ???????? ??? ???????
  • ???????? ??? ??? ???????

3
????? ????????
4
?????? ?????? ???? fact
5
  • ????? ?????? ???? n?? ??? ????????

6
?????? ???????? ??????? ???? fib
7
?????? ???????? ??????? ? ??? ??????? ????????
8
???????? ??????? ???? ???? ?? ???? ?? ????
(?????? ??????)
9
???? ??? 82 ?? ?? ???? ??? ????? ????
10
????? ??? ?????
11
?????? ???????? ???? ?????
12
(No Transcript)
13
(No Transcript)
14
9- ?? ???? (routine) ??????? ??? ????? Rec(5 , 3)
???? ???? (?????? ????????80)
15
????? ???????? ??
Write a Comment
User Comments (0)
About PowerShow.com