{"id":25187675,"url":"https://github.com/pawankolhe/c-algorithms","last_synced_at":"2025-05-07T14:31:26.478Z","repository":{"id":45179206,"uuid":"214805788","full_name":"PawanKolhe/C-Algorithms","owner":"PawanKolhe","description":"All algorithms implemented in C","archived":false,"fork":false,"pushed_at":"2022-10-30T14:35:50.000Z","size":219,"stargazers_count":69,"open_issues_count":10,"forks_count":50,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T11:01:38.598Z","etag":null,"topics":["beginner-friendly","c-algorithms","contribute-algorithms","euler","hacktoberfest","leetcode"],"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/PawanKolhe.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":"2019-10-13T11:10:36.000Z","updated_at":"2024-03-10T01:23:46.000Z","dependencies_parsed_at":"2023-01-20T16:00:51.270Z","dependency_job_id":null,"html_url":"https://github.com/PawanKolhe/C-Algorithms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PawanKolhe%2FC-Algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PawanKolhe%2FC-Algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PawanKolhe%2FC-Algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PawanKolhe%2FC-Algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PawanKolhe","download_url":"https://codeload.github.com/PawanKolhe/C-Algorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252895472,"owners_count":21821167,"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":["beginner-friendly","c-algorithms","contribute-algorithms","euler","hacktoberfest","leetcode"],"created_at":"2025-02-09T19:49:25.262Z","updated_at":"2025-05-07T14:31:26.433Z","avatar_url":"https://github.com/PawanKolhe.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C Algorithms\n### All algorithms implemented in C (for learning)\nContribute algorithms written in C language. It's beginner friendly! Feel free to add new algorithms or open an issue and commit if you have a more efficient way of implementing an algorithm. You can \n\n## Getting Started\n- **Fork** this repository (Click the 'Fork' button, top right of this page)\n- **Clone** your forked copy of this repo down to your local machine:\n```\ngit clone https://github.com/\u003cinsert-your-username\u003e/C-Algorithms.git\n```\n- **Change directory** to get inside repository:\n```\ncd C-Algorithms\n```\n- **Create a branch** for a new algorithm contribution:\n```\ngit checkout -b feature/\u003cname-of-algorithm\u003e\n```\n- *Or* if its a bugfix to a file:\n```\ngit checkout -b bugfix/\u003ctitle-of-issue\u003e\n```\n- Make your changes locally\n- **Stage** and **commit** changes:\n```\ngit add .\ngit commit -m 'commit message'\n```\n- **Push** changes to GitHub:\n```\ngit push origin \u003cbranch-name\u003e\n```\n- Create a **New Pull Request** (PR) from your forked repository on GitHub (Click the 'New Pull Request' Button located at the top of your repo)\n- Wait for your PR review and merge approval!\n- ***Star this repository*** if you had fun! :)\n\n### Syncing Forked repo with Original repo:\n```\ngit remote add upstream https://github.com/PawanKolhe/C-Algorithms.git\ngit pull upstream master\n```\n  \n## New to Open Source?\nCheck out the following resources:\n- [How to Create a Pull Request](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github)\n- [An Introduction to Open Source](https://www.digitalocean.com/community/tutorial_series/an-introduction-to-open-source)\n \n## What to contribute?\n- You can check the [Issues](https://github.com/PawanKolhe/C-Algorithms/issues) tab on the top and comment on the one you want to work on.\n- You can also suggest addition of new algorithms. Just create an 'Issue' [here](https://github.com/PawanKolhe/C-Algorithms/issues).\n- You can also contribute your solutions to problems from LeetCode: [LeetCode](https://leetcode.com/problemset/algorithms/)\n  - Place your code in '/LeetCodeSolutions' folder with *number* and *name* of the problem as the file name. \n- You can also contribute your solutions to problems from Project Euler: [Project Euler](https://projecteuler.net/archives)\n  - Place your code in '/ProjectEulerSolutions' folder with *number* and *name* of the problem as the file name.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawankolhe%2Fc-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpawankolhe%2Fc-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawankolhe%2Fc-algorithms/lists"}