{"id":20017994,"url":"https://github.com/mcleber/fibonacci_sequence","last_synced_at":"2025-03-02T03:17:10.597Z","repository":{"id":61466704,"uuid":"551757281","full_name":"mcleber/Fibonacci_Sequence","owner":"mcleber","description":"Fibonacci Sequence using For Loop, Recursive Function and Golden Ratio","archived":false,"fork":false,"pushed_at":"2024-02-26T05:54:54.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T15:46:18.682Z","etag":null,"topics":["cpp","fibonacci-sequence","learning-cpp","sourcecode"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcleber.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-10-15T03:09:16.000Z","updated_at":"2024-06-12T15:13:38.000Z","dependencies_parsed_at":"2024-11-13T08:19:46.530Z","dependency_job_id":"cee50e27-da72-4a05-9557-7daf1111fd63","html_url":"https://github.com/mcleber/Fibonacci_Sequence","commit_stats":null,"previous_names":["mcleber/fibonacci_sequence"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcleber%2FFibonacci_Sequence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcleber%2FFibonacci_Sequence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcleber%2FFibonacci_Sequence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcleber%2FFibonacci_Sequence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcleber","download_url":"https://codeload.github.com/mcleber/Fibonacci_Sequence/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241451679,"owners_count":19964901,"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":["cpp","fibonacci-sequence","learning-cpp","sourcecode"],"created_at":"2024-11-13T08:19:20.021Z","updated_at":"2025-03-02T03:17:10.576Z","avatar_url":"https://github.com/mcleber.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ Fibonacci Sequence\n\nThe Fibonacci numbers may be defined by the recurrence relation.\n\nFn = F(n-1) + F(n-2)\n\nThe first 10 Fibonacci numbers Fn are:\n\n| n = | 0   | 1   | 2   | 3   | 4   | 5   | 6   | 7   | 8   | 9   |\n| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |\n| Fn = | 0   | 1   | 1   | 2   | 3   | 5   | 8   | 13  | 21  | 34  |\n\n### Update 2023/08/06 - v.1.1:\n- Added sequence calculation using recursive function;\n- Added the header file cmath;\n- Fixed system(\"CLS\") to system(\"clear || cls\");\n- Source code organized by scope.\n\n### Run on Linux\n``g++ FibonacciSequence.cpp -o FibonacciSequence``\n\n``./FibonacciSequence``\n\n### Sources\n\n[Wikipedia: Fibonacci Number](https://en.wikipedia.org/wiki/Fibonacci_number)\n\n[Math is Fun: Fibonacci Sequence](https://www.mathsisfun.com/numbers/fibonacci-sequence.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcleber%2Ffibonacci_sequence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcleber%2Ffibonacci_sequence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcleber%2Ffibonacci_sequence/lists"}