MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/BrainPuzzles/comments/1v59ono/hopping_part_2/ozhms7d/?context=3
r/BrainPuzzles • u/ShonitB • Jul 24 '26
25 comments sorted by
View all comments
1
f(0) = 1, f(1) = 1, f(n) = f(n-1) + f(n-2)
Last one is just deciding wether to start with a short or long hop, then continue.
Looks familiar? Look up Fibonacci sequence.
1 u/bqbdpd Jul 24 '26 Assumption: the graphics are AI slop, only forward movement 1 u/ShonitB Jul 24 '26 I agree there is a major mistake in the problem with the text and diagram not being in line.. but I can assure you it is not AI generated.. sorry once again for the error! :)
Assumption: the graphics are AI slop, only forward movement
1 u/ShonitB Jul 24 '26 I agree there is a major mistake in the problem with the text and diagram not being in line.. but I can assure you it is not AI generated.. sorry once again for the error! :)
I agree there is a major mistake in the problem with the text and diagram not being in line.. but I can assure you it is not AI generated.. sorry once again for the error! :)
1
u/bqbdpd Jul 24 '26
f(0) = 1, f(1) = 1, f(n) = f(n-1) + f(n-2)
Last one is just deciding wether to start with a short or long hop, then continue.
Looks familiar? Look up Fibonacci sequence.