Poorly worded challenge: Project Euler: Problem 2: Even Fibonacci Numbers
See original GitHub issueDescribe 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:
- Created 3 years ago
- Comments:21 (18 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ChoukseyKhushbu I believe we have already decided not to reword the instruction and instead focus on adding extra tests.
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.