kelvins / algorithms-and-data-structures

:abacus: Algorithms and Data Structures in several Programming Languages
MIT License
1.05k stars 266 forks source link

Create fibonacci_recursive.rb #284

Closed metacoder87 closed 1 year ago

metacoder87 commented 1 year ago

Description

Creates the recursive implementation of the fibonacci function in Ruby