{"id":24680447,"url":"https://github.com/bragdond/ackermann-problem-c","last_synced_at":"2025-07-30T11:39:10.081Z","repository":{"id":61592944,"uuid":"552929621","full_name":"BragdonD/ackermann-problem-C","owner":"BragdonD","description":"Small project to show the problem of using recursivity approach for some problems","archived":false,"fork":false,"pushed_at":"2022-10-17T13:13:23.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T19:44:58.134Z","etag":null,"topics":["ackermann","c","problem","recursivity"],"latest_commit_sha":null,"homepage":"","language":"C","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/BragdonD.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}},"created_at":"2022-10-17T12:56:26.000Z","updated_at":"2022-10-17T12:58:01.000Z","dependencies_parsed_at":"2022-10-19T23:30:26.690Z","dependency_job_id":null,"html_url":"https://github.com/BragdonD/ackermann-problem-C","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BragdonD/ackermann-problem-C","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BragdonD%2Fackermann-problem-C","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BragdonD%2Fackermann-problem-C/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BragdonD%2Fackermann-problem-C/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BragdonD%2Fackermann-problem-C/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BragdonD","download_url":"https://codeload.github.com/BragdonD/ackermann-problem-C/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BragdonD%2Fackermann-problem-C/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267858896,"owners_count":24155987,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ackermann","c","problem","recursivity"],"created_at":"2025-01-26T14:13:24.408Z","updated_at":"2025-07-30T11:39:10.058Z","avatar_url":"https://github.com/BragdonD.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ackermann-problem-C\n\nThe goal of this project is to show the problems occurying when using recursivity which goes infinitely. \n\n## Result \n\nThe problem of using recursivity is that it can cause multiple error:\n1. Overflow of the numbers\n2. Overflow of the stack\n\n## How to use the project\n\nFirst thing you will need to compile the project with the `makefile` by running the command : `mingw32-make`.\nAfter from the root of the project you can run the program while running the following command :\n```\n.\\bin\\main \u003cm\u003e \u003cn\u003e\n```\n|parameter|type|\n|--|--|\n|`m` |`int`|\n|`n` |`int`|\n\n## Structure of the project\nThe project is divide between the `main` file and the `ui` files. `ui` is for all the functions which are in charge of getting the input from the users.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbragdond%2Fackermann-problem-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbragdond%2Fackermann-problem-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbragdond%2Fackermann-problem-c/lists"}