{"id":27430373,"url":"https://github.com/yll0rd/recursion_as","last_synced_at":"2025-04-14T14:43:08.725Z","repository":{"id":143231085,"uuid":"598259833","full_name":"yll0rd/recursion_as","owner":"yll0rd","description":"Some recursion exercises","archived":false,"fork":false,"pushed_at":"2023-06-29T06:05:53.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-08T23:20:46.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/yll0rd.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}},"created_at":"2023-02-06T18:31:54.000Z","updated_at":"2024-04-08T23:20:48.045Z","dependencies_parsed_at":null,"dependency_job_id":"fdb1b61b-2b1d-4483-8587-860aa47bb04c","html_url":"https://github.com/yll0rd/recursion_as","commit_stats":null,"previous_names":["yll0rd/recursion_as"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yll0rd%2Frecursion_as","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yll0rd%2Frecursion_as/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yll0rd%2Frecursion_as/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yll0rd%2Frecursion_as/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yll0rd","download_url":"https://codeload.github.com/yll0rd/recursion_as/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248898702,"owners_count":21179826,"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-04-14T14:43:08.207Z","updated_at":"2025-04-14T14:43:08.719Z","avatar_url":"https://github.com/yll0rd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# recursion_as\n**[Exercise 1](./Ex1.py)**: A function that takes in two numbers and recursively multiplies them together.  \n\n**[Exercise 2](./Ex2.py)**: A function that takes in a base and an exp and recursively computes base exp without the use of the ** operator!  \n  \n**[Exercise 3](./Ex3.py)**: A function that uses recursion to print numbers from n to 0.  \n  \n**[Exercise 4](./Ex4.py)**: A function that uses recursion to print numbers from 0 to n (while changing just one line in the program of the previous problem)  \n  \n**[Exercise 5](./Ex5.py)**: A function using recursion that takes in a string and returns a reversed copy of the\nstring. The only string operation allowed to use is string concatenation.  \n  \n**[Exercise 6](./Ex6.py)**: A function using recursion to check if a number n is prime.  \n  \n**[Exercise 7](./Ex7.py)**: A recursive function that takes in one argument n and computes Fn, the n-th value\nof the Fibonacci sequence.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyll0rd%2Frecursion_as","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyll0rd%2Frecursion_as","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyll0rd%2Frecursion_as/lists"}