{"id":21474811,"url":"https://github.com/marlonmontenegro/recursionruby","last_synced_at":"2025-03-17T07:45:17.667Z","repository":{"id":191697019,"uuid":"685151279","full_name":"MarlonMontenegro/RecursionRuby","owner":"MarlonMontenegro","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-30T18:36:17.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T17:16:08.476Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarlonMontenegro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-30T16:14:08.000Z","updated_at":"2023-08-30T18:26:46.000Z","dependencies_parsed_at":"2023-08-31T07:57:19.378Z","dependency_job_id":null,"html_url":"https://github.com/MarlonMontenegro/RecursionRuby","commit_stats":null,"previous_names":["marlonmontenegro/recursionruby"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarlonMontenegro%2FRecursionRuby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarlonMontenegro%2FRecursionRuby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarlonMontenegro%2FRecursionRuby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarlonMontenegro%2FRecursionRuby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarlonMontenegro","download_url":"https://codeload.github.com/MarlonMontenegro/RecursionRuby/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243997036,"owners_count":20380980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-23T10:32:57.776Z","updated_at":"2025-03-17T07:45:17.633Z","avatar_url":"https://github.com/MarlonMontenegro.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RecursionRuby\n\n# Fibonacci and Merge Sort\nDescription\nThis repository contains solutions to two programming exercises: Fibonacci Sequence generation and Merge Sort implementation.\n\nFibonacci Sequence\nThe Fibonacci Sequence is a series of numbers where each number is the sum of the two preceding ones. The problem involves generating the Fibonacci Sequence using both iterative and recursive methods.\n\n# Understanding Recursive Fibonacci\nIf you find it challenging to understand the recursive solution, there are additional resources provided to help you grasp the concept. Consider watching the Khan Academy's \"Stepping Through Recursive Fibonacci Function\" video or reading the \"Recursive Fibonacci Explained\" article.\n\n# Merge Sort\nMerge Sort is a powerful sorting algorithm that uses a \"divide and conquer\" approach to efficiently sort an array. This algorithm has a time complexity of O(n log n), making it particularly suitable for large datasets. Merge Sort works by dividing the array into smaller subarrays, sorting them, and then merging them back together.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarlonmontenegro%2Frecursionruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarlonmontenegro%2Frecursionruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarlonmontenegro%2Frecursionruby/lists"}