{"id":16037913,"url":"https://github.com/joseluisq/fibonacci-sequence","last_synced_at":"2026-04-11T19:35:06.953Z","repository":{"id":146282545,"uuid":"228719485","full_name":"joseluisq/fibonacci-sequence","owner":"joseluisq","description":"Examples of The Fibonacci Sequence in some programming languages for learning purposes.","archived":false,"fork":false,"pushed_at":"2020-11-08T14:33:33.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T18:42:57.494Z","etag":null,"topics":["clang","code-examples","cpp","fibonacci-sequence","haskell","java","lua","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joseluisq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-12-17T23:31:13.000Z","updated_at":"2020-11-08T14:33:35.000Z","dependencies_parsed_at":"2023-10-15T23:24:55.900Z","dependency_job_id":null,"html_url":"https://github.com/joseluisq/fibonacci-sequence","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"123f2f159e58c013673431bbd027a13f08290810"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joseluisq/fibonacci-sequence","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joseluisq%2Ffibonacci-sequence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joseluisq%2Ffibonacci-sequence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joseluisq%2Ffibonacci-sequence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joseluisq%2Ffibonacci-sequence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joseluisq","download_url":"https://codeload.github.com/joseluisq/fibonacci-sequence/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joseluisq%2Ffibonacci-sequence/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31693272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["clang","code-examples","cpp","fibonacci-sequence","haskell","java","lua","rust-lang"],"created_at":"2024-10-08T22:22:18.305Z","updated_at":"2026-04-11T19:35:06.927Z","avatar_url":"https://github.com/joseluisq.png","language":"Makefile","readme":"# Fibonacci Sequence 🐌\n\n\u003e Examples of [The Fibonacci Sequence](https://wiki.haskell.org/The_Fibonacci_sequence) in some programming languages for learning purposes.\n\n## Complexity\n\n```sh\nO(50) = 12586269025\n```\n\n## Code examples\n\n### Compiled languages\n\n| Language | Command |\n|----------|-------------|\n| [C](https://en.wikipedia.org/wiki/C_(programming_language)) |  `make c` |\n| [C++](https://isocpp.org/) |  `make cpp` |\n| [Haskell](https://www.haskell.org/) |  `make hs` |\n| [Rust](https://www.rust-lang.org/) |  `make rs` |\n| [Go](https://golang.org/) |  `make go` |\n| [Java](https://www.oracle.com/java/) |  `make java` |\n| [Kotlin](https://kotlinlang.org/) |  `make kt` |\n| [V](https://vlang.io/) |  `make v` |\n\n### Scripting languages\n\n| Language | Command |\n|----------|-------------|\n| [Lua](https://www.lua.org/) |  `make lua` |\n| [Julia](https://julialang.org/) |  `make jl` |\n| [Python](https://www.python.org/) |  `make py` |\n| [Ruby](https://www.ruby-lang.org/en/) |  `make rb` |\n\n## References\n\n- [labuladong/fucking-algorithm - Analysis of Dynamic Programming / Fibonacci sequence](https://labuladong.gitbook.io/algo-en/i.-dynamic-programming/analysisofdynamicprogramming#1-fibonacci-sequence)\n\n## Contributions\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in current work by you, as defined in the Apache-2.0 license, shall be dual licensed as described below, without any additional terms or conditions.\n\nFeel free to send some [Pull request](https://github.com/joseluisq/fibonacci-sequence/pulls) or [issue](https://github.com/joseluisq/fibonacci-sequence/issues).\n\n## License\n\nThis work is primarily distributed under the terms of both the [MIT license](LICENSE-MIT) and the [Apache License (Version 2.0)](LICENSE-APACHE).\n\n© 2020-present [Jose Quintana](https://git.io/joseluisq)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoseluisq%2Ffibonacci-sequence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoseluisq%2Ffibonacci-sequence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoseluisq%2Ffibonacci-sequence/lists"}