{"id":20095134,"url":"https://github.com/patilyashh/ascending-array-","last_synced_at":"2025-08-24T08:12:58.348Z","repository":{"id":223902609,"uuid":"761860005","full_name":"PATILYASHH/ascending-array-","owner":"PATILYASHH","description":"Day 12 of 75 Days C programing challenge || #12 ||","archived":false,"fork":false,"pushed_at":"2024-02-22T16:24:52.000Z","size":81,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T03:33:19.319Z","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}},"created_at":"2024-02-22T16:14:29.000Z","updated_at":"2024-11-13T09:57:45.000Z","dependencies_parsed_at":"2024-02-22T17:47:49.440Z","dependency_job_id":"06163e35-fd97-4726-b5a2-2d35ed44a3cb","html_url":"https://github.com/PATILYASHH/ascending-array-","commit_stats":null,"previous_names":["patilyashh/ascending-array-"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fascending-array-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fascending-array-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fascending-array-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fascending-array-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PATILYASHH","download_url":"https://codeload.github.com/PATILYASHH/ascending-array-/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241534509,"owners_count":19977991,"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":"2024-11-13T16:54:11.682Z","updated_at":"2025-03-02T16:20:30.353Z","avatar_url":"https://github.com/PATILYASHH.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sorting Array of Integers in Ascending Order\n\nThis C program sorts an array of integers in ascending order using the bubble sort algorithm.\n\n## Usage\n\n1. Compile the program using a C compiler such as GCC:\n```\ngcc -o sort_integers sort_integers.c\n```\n\n2. Run the compiled executable:\n```\n./sort_integers\n```\n\n## Description\n\nThe program initializes an array of integers with some values. It then sorts the array in ascending order using the bubble sort algorithm. Finally, it prints the sorted array to the console.\n\n## Algorithm\n\n1. Start with an unsorted array of integers.\n2. Iterate through the array and compare each pair of adjacent elements.\n3. If the elements are in the wrong order, swap them.\n4. Repeat steps 2-3 until the entire array is sorted.\n5. Print the sorted array.\n\n## Example\n\nGiven the array: `{978, 654, 2645, 5687, 2453, 9678}`\n\nAfter sorting, the array becomes: `{654, 2453, 2645, 5687, 9678, 978}`\n\n## License\n\nThis program is licensed under the [MIT License](https://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Fascending-array-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatilyashh%2Fascending-array-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Fascending-array-/lists"}