Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
Thank you for the video ! Moving from OOP to functional/logical programming was a big challenge for me. This video cleared up a lot about how to think in a recursive manner.
I totally forgot about == operator, I was unifying everything in my programs, ty so much.
Great Explanation ❤Thank you so much sir ❤
you went off with thiss one
Great video. Thanks alot
why is fib(7,X) 13 instead of 11?
The Fibonacci sequence is [0, 1, 1, 2, 3, 5, 8, 13, 21, 34...]. So, the seventh number in this sequence is 8 and the next one is 13 (because 5+8=13)
Thank you for the video ! Moving from OOP to functional/logical programming was a big challenge for me. This video cleared up a lot about how to think in a recursive manner.
I totally forgot about == operator, I was unifying everything in my programs, ty so much.
Great Explanation ❤
Thank you so much sir ❤
you went off with thiss one
Great video. Thanks alot
why is fib(7,X) 13 instead of 11?
The Fibonacci sequence is [0, 1, 1, 2, 3, 5, 8, 13, 21, 34...]. So, the seventh number in this sequence is 8 and the next one is 13 (because 5+8=13)