question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Poorly worded challenge: Project Euler: Problem 2: Even Fibonacci Numbers

See original GitHub issue

Describe your problem and how to reproduce it: The current challenge description makes it sound like n terms have to be generated while what we’re checking for is the current term to be less than n

Add a Link to the page with the problem: https://www.freecodecamp.org/learn/coding-interview-prep/project-euler/problem-2-even-fibonacci-numbers

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:21 (18 by maintainers)

github_iconTop GitHub Comments

2reactions
RandellDawsoncommented, Jul 17, 2020

@ChoukseyKhushbu I believe we have already decided not to reword the instruction and instead focus on adding extra tests.

2reactions
ojeytonwilliamscommented, May 27, 2020

True. My wording looks a little weird unless already know what’s going on. Arguably even then.

Let’s go with your wording. I think it conveys what I wanted to, but does so a little better.

Read more comments on GitHub >

github_iconTop Results From Across the Web

002 - Even Fibonacci numbers - Project Euler Challenge
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By considering the terms in the Fibonacci sequence ......
Read more >
Project Euler - Problem 2 - Even Fibonacci Numbers
This is problem 2 from the Project Euler. Each new term in the Fibonacci sequence is generated by adding the previous two terms....
Read more >
Project Euler: Problem 2: Even Fibonacci Numbers
hello every body I am in the problem N.2 of Project Euler challenges and that's my solution ` function fiboEvenSum(number) {
Read more >
Project Euler #2 Solution: Even Fibonacci Numbers
Spoiler Alert: This article will reveal the solution to a Project Euler problem. Do not continue reading if you want to solve this...
Read more >
Project Euler #2 (Even Fibonacci numbers) in Swift
By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms. Here...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found