kunal-kushwaha / DSA-Bootcamp-Java

This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.
https://www.youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ
17.25k stars 11.08k forks source link

math formula #975

Open Inobiddinov opened 1 year ago

Inobiddinov commented 1 year ago

This is math formula called fibonacci is a sequence of numbers where each number is the sum of the two preceding ones, starting from 0 and 1. I would be happy if this can be accepted and will be added there since this formula also really well known on problem solving platforms.