{"id":25274772,"url":"https://github.com/t2solve/codequestjava","last_synced_at":"2025-07-21T00:32:47.815Z","repository":{"id":275579417,"uuid":"926517371","full_name":"t2solve/CodeQuestJava","owner":"t2solve","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-04T14:04:18.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T09:17:07.788Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/t2solve.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":"2025-02-03T11:55:39.000Z","updated_at":"2025-02-04T14:04:21.000Z","dependencies_parsed_at":"2025-02-03T12:41:09.091Z","dependency_job_id":"04cfc681-cef4-49ac-8c6b-ef3f82b8b01a","html_url":"https://github.com/t2solve/CodeQuestJava","commit_stats":null,"previous_names":["t2solve/codequestjava"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/t2solve/CodeQuestJava","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t2solve%2FCodeQuestJava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t2solve%2FCodeQuestJava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t2solve%2FCodeQuestJava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t2solve%2FCodeQuestJava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t2solve","download_url":"https://codeload.github.com/t2solve/CodeQuestJava/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t2solve%2FCodeQuestJava/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266221261,"owners_count":23894965,"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":"2025-02-12T14:34:29.064Z","updated_at":"2025-07-21T00:32:47.790Z","avatar_url":"https://github.com/t2solve.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeQuestJava\nacademic challenge to master java coder\n\n\n@rselka\nAlles klar, der Ansatz ist schon nicht schlecht, gute Struktur in [first task](firs-task.java)\n\nLeider war die Aufgabenstellung 1.1 ein bisschen schrottig:\n\ninput: 4 \n\noutput: 33\n\ndie Erklärung wie die Berechnung funktioniert ist über Index-Berechnung merkwürdig, macht aber Sinn,\nwenn wir uns das als array vorstellen\n\nvielleicht wird der kram deutlicher mit einer array intialisierung, wie folgt\n```java\nint myFibArray[] = new int[10]\n//fill array by hand\nmyFibArray[0] = 1 //even index ist 0 \nmyFibArray[1] = 2\nmyFibArray[2] = 3 //even \nmyFibArray[3] = 5\nmyFibArray[4] = 8 // \nmyFibArray[5] = 13\nmyFibArray[6] = 21 // \nmyFibArray[7] = 34\n//...\n\n```\n\nzentral ist: was wie berechne ich die Fibzahlen ? [fiba zahlen](https://de.wikipedia.org/wiki/Fibonacci-Folge) ; \ndamit das für beliebige n als eingabe\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft2solve%2Fcodequestjava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft2solve%2Fcodequestjava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft2solve%2Fcodequestjava/lists"}