Skip to content
New issue

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

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

Already on GitHub? # to your account

[Need Solution]: Even Fibonacci numbers #4

Open
hmharshit opened this issue Oct 9, 2019 · 7 comments
Open

[Need Solution]: Even Fibonacci numbers #4

hmharshit opened this issue Oct 9, 2019 · 7 comments
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@hmharshit
Copy link
Owner

Question Name - Even Fibonacci numbers

@hmharshit hmharshit added good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed labels Oct 9, 2019
@ektagarg
Copy link

ektagarg commented Oct 9, 2019

Would like to take this up.[Golang]

@mcrd25
Copy link
Contributor

mcrd25 commented Oct 9, 2019

Hi @hmharshit,
is the expected output correct?
I'd just like to clear up what is expected. Are to return sum off all even number in fib sequence up to N sequence i.e if N was 10 1, 2, 3, 5, 8, 13, 21, 34, 55, 89 where answer would be 44 or up or less than N in the sequence where answer would be 10

@hmharshit
Copy link
Owner Author

@mcrd25 Yes, the expected output is correct! I've added explanation for the sample outputs.
image

@mcrd25
Copy link
Contributor

mcrd25 commented Oct 9, 2019

@hmharshit 👋 ,

Thanks for clearing that up! Going to complete solution now using a bottom-up approach

@Pcat0
Copy link

Pcat0 commented Oct 9, 2019

I got this one in JS

@22PoojaGaur
Copy link
Contributor

Hi, I am doing this in python.

@AmanDeep9925
Copy link
Collaborator

I completed this in my favorite programming language i.e., C++

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

6 participants