{"id":20126211,"url":"https://github.com/vadim-geroim/fibonacci","last_synced_at":"2026-05-10T08:50:50.717Z","repository":{"id":118485105,"uuid":"220707273","full_name":"vadim-geroim/fibonacci","owner":"vadim-geroim","description":"Fibonacci Sequence: contains iterative and recursive solutions, tests and logs time performance ","archived":false,"fork":false,"pushed_at":"2019-11-14T01:30:22.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T08:12:32.095Z","etag":null,"topics":["algorithms","rspec","ruby"],"latest_commit_sha":null,"homepage":"","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/vadim-geroim.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-09T21:40:28.000Z","updated_at":"2019-11-14T01:41:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"78afaf69-b711-4036-96bb-2cdd1f4998a4","html_url":"https://github.com/vadim-geroim/fibonacci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadim-geroim%2Ffibonacci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadim-geroim%2Ffibonacci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadim-geroim%2Ffibonacci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadim-geroim%2Ffibonacci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vadim-geroim","download_url":"https://codeload.github.com/vadim-geroim/fibonacci/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241570923,"owners_count":19984002,"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":["algorithms","rspec","ruby"],"created_at":"2024-11-13T20:14:27.646Z","updated_at":"2026-05-10T08:50:45.667Z","avatar_url":"https://github.com/vadim-geroim.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fibonacci Sequence\r\n\r\n## Project structure\r\n- `lib/fibonacci.rb`  - contains solution\r\n  - a method called recursive_fib solves this problem by using a recursive solution. \r\n  - a method called iterative_fib solves this problem by using an iterative solution. \r\n\r\n- `spec/fibonacci_spec.rb` - tests on methods and time performance\r\n  - The ruby Benchmark module is used to test the time difference for both solutions\r\n\r\n## Test execution\r\n- Run `bundle install`\r\n- Open terminal window\r\n- From the project directory run `rspec`\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvadim-geroim%2Ffibonacci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvadim-geroim%2Ffibonacci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvadim-geroim%2Ffibonacci/lists"}