Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

1.2#30

Merged
yuniyakim merged 1 commit intomasterfrom
1.2
Feb 16, 2019
Merged

1.2#30
yuniyakim merged 1 commit intomasterfrom
1.2

Conversation

@yuniyakim
Copy link
Copy Markdown
Owner

No description provided.

Copy link
Copy Markdown
Collaborator

@yurii-litvinov yurii-litvinov left a comment

Choose a reason for hiding this comment

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

Окей, зачтена

return 1;
}

return Fibonacci(n - 1) + Fibonacci(n - 2);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Нуу, это не лучший способ вычисления чисел Фибоначчи :)

@yuniyakim yuniyakim merged commit 0294cba into master Feb 16, 2019
@yuniyakim yuniyakim deleted the 1.2 branch February 16, 2019 11:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants