{"id":20095116,"url":"https://github.com/patilyashh/remove-duplicates","last_synced_at":"2026-06-08T12:31:11.273Z","repository":{"id":224990479,"uuid":"764787804","full_name":"PATILYASHH/remove-duplicates","owner":"PATILYASHH","description":"Day 18 of 75 Days C programing challenge || #18 ||","archived":false,"fork":false,"pushed_at":"2024-02-28T18:00:46.000Z","size":87,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T16:22:12.134Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/PATILYASHH.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,"publiccode":null,"codemeta":null}},"created_at":"2024-02-28T17:57:44.000Z","updated_at":"2024-09-24T04:14:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"9cf68029-5d30-43aa-a345-97e8ffd711ae","html_url":"https://github.com/PATILYASHH/remove-duplicates","commit_stats":null,"previous_names":["patilyashh/remove-duplicates"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PATILYASHH/remove-duplicates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fremove-duplicates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fremove-duplicates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fremove-duplicates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fremove-duplicates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PATILYASHH","download_url":"https://codeload.github.com/PATILYASHH/remove-duplicates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fremove-duplicates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34063149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":[],"created_at":"2024-11-13T16:54:08.243Z","updated_at":"2026-06-08T12:31:11.256Z","avatar_url":"https://github.com/PATILYASHH.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remove Duplicates from Array\n\nThis C program removes duplicate elements from an array.\n\n## How to Use\n\n1. **Compilation:**\n   - Make sure you have a C compiler installed on your system.\n   - Open a terminal and navigate to the directory containing the `remove_duplicates.c` file.\n   - Compile the program using the following command:\n     ```\n     gcc -o remove_duplicates remove_duplicates.c\n     ```\n\n2. **Execution:**\n   - After successful compilation, run the program by executing the following command:\n     ```\n     ./remove_duplicates\n     ```\n\n3. **Sample Output:**\n   - Upon execution, the program will display the original array and the array after removing duplicates.\n\n## Example\n\n### Input\n```\nOriginal array: 1 2 3 2 4 5 3 6\n```\n\n### Output\n```\nArray after removing duplicates: 1 2 3 4 5 6\n```\n\n\n## License\n\nThis program is released under the [MIT License](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Fremove-duplicates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatilyashh%2Fremove-duplicates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Fremove-duplicates/lists"}