Skip to content

Implementation of Merge sort and Fibonacci sequence algorithms

Notifications You must be signed in to change notification settings

serg1o/Recursion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Recursion

Implementation of Merge sort and Fibonacci sequence algorithms

merge_sort.rb - sort an array using a recursive function which implements the merge sort algorithm

fibonacci.rb - generate the first n elements of the Fibonacci sequence using both iterative and recursive functions

About

Implementation of Merge sort and Fibonacci sequence algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages