Skip to content

review tp1#2

Draft
AyoubDaoudia wants to merge 14 commits intorakati:mainfrom
AyoubDaoudia:main
Draft

review tp1#2
AyoubDaoudia wants to merge 14 commits intorakati:mainfrom
AyoubDaoudia:main

Conversation

@AyoubDaoudia
Copy link
Copy Markdown

No description provided.

Completed the exercise.
Completed the exercise.
Completed this part of the exercise.
Completed this part of the exercise.
Completed this part of the exercise.
Tried to complete this part of the exercise but had to use a different function type.
Completed this part of the exercise.
Completed this part of the exercise.
Added the time library.
@AyoubDaoudia AyoubDaoudia marked this pull request as draft March 19, 2021 10:53
Comment thread TP1/EX1/iterative_fibo.c
{
// write your iterative_fibo code here
int f1=0,f2=1,s=0;
for(int i=1;i<n;i++){
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What this line does?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants