Subhendu Sahulearntechwithsrs.hashnode.dev·Sep 27, 2023How to implement Fibonacci series in pythonThe Fibonacci sequence is a series of numbers where each number is the sum of the two previous numbers. The first two numbers in the sequence are 0 and 1, and then each subsequent number is the sum of the two numbers before it. So, the first few numb...Discuss·1 likefibonacci
Adeesh Sharmaadeesh.hashnode.dev·Feb 4, 2023Agile Estimation - Types, Story Pointing and Why Fibonacci Series?Introduction Types of estimation Absolute estimation and relative estimation are the two primary methods of estimation used in project management. Absolute estimation entails determining the precise amount of time, materials, or money needed to finis...Discuss·30 readsagile
Ogundiran Ayobamiyoutoocancode.hashnode.dev·Oct 1, 2022Understand the Fibonacci Sequence in javascriptWelcome to this tutorial, in this tutorial, we discuss how to use the Fibonacci Sequence in the real world. Be informed that the Fibonacci series is used in design, programming and trading; It is used as a trading strategy called the "Fibonacci Retra...Discuss·186 readsNth Fibonacci Number