Skip to content

add FibToN #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 3, 2017
Merged

add FibToN #126

merged 3 commits into from
Oct 3, 2017

Conversation

dpacmen
Copy link
Contributor

@dpacmen dpacmen commented Oct 2, 2017

print all fibonacci till N in O(n) complexity

print all fibonacci till N in O(n)
Copy link
Member

@dynamitechetan dynamitechetan left a comment

Choose a reason for hiding this comment

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

File extension is not .java

.java extension added
Copy link
Contributor Author

@dpacmen dpacmen left a comment

Choose a reason for hiding this comment

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

file name changed to FibToN.java

@dynamitechetan
Copy link
Member

please add some comments.

added comments and changed variable names for better understanding
Copy link
Contributor Author

@dpacmen dpacmen left a comment

Choose a reason for hiding this comment

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

added comments and changed variable names for better understanding :)

@dynamitechetan dynamitechetan merged commit 4d6e69d into TheAlgorithms:master Oct 3, 2017
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