{"id":19965523,"url":"https://github.com/eastonarcher/python-sort-algorithms","last_synced_at":"2025-08-09T06:24:33.164Z","repository":{"id":230632791,"uuid":"779851623","full_name":"EastonArcher/Python-Sort-Algorithms","owner":"EastonArcher","description":"⚡Collection of Python sorting algorithms - Bubble Sort, Merge Sort, and Quick Sort","archived":false,"fork":false,"pushed_at":"2024-04-17T15:31:38.000Z","size":50,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T08:33:28.307Z","etag":null,"topics":["algorithm","bubble-sort","merge-sort","python3","quick-sort"],"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/EastonArcher.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-03-31T00:36:05.000Z","updated_at":"2024-04-12T03:24:36.000Z","dependencies_parsed_at":"2024-04-17T16:46:13.807Z","dependency_job_id":null,"html_url":"https://github.com/EastonArcher/Python-Sort-Algorithms","commit_stats":null,"previous_names":["eastonarcher/python-sort-algorithms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EastonArcher%2FPython-Sort-Algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EastonArcher%2FPython-Sort-Algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EastonArcher%2FPython-Sort-Algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EastonArcher%2FPython-Sort-Algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EastonArcher","download_url":"https://codeload.github.com/EastonArcher/Python-Sort-Algorithms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241396781,"owners_count":19956408,"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":["algorithm","bubble-sort","merge-sort","python3","quick-sort"],"created_at":"2024-11-13T02:29:15.397Z","updated_at":"2025-03-01T17:16:56.186Z","avatar_url":"https://github.com/EastonArcher.png","language":"Python","readme":"# Python Sorting Algorithms\nThis repository contains implementations of various sorting algorithms written in Python\n\n## Algorithms\n1. **Bubble Sort**: A simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order\n\n2. **Merge Sort**: A divide and conquer algorithm that divides the input array into two halves, sorts each half recursively, and then merges the sorted halves\n\n3. **Quick Sort**: Another divide and conquer algorithm that selects a 'pivot' element from the array and partitions the other elements into two sub-arrays according to whether they are less than or greater than the pivot\n\n## How to Use\nEach sorting algorithm is implemented in a separate Python script:\n\n- `bubbleSort.py`\n- `mergeSort.py`\n- `quickSort.py`\n\nFeel free to explore the scripts, use them in your projects, or modify them!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feastonarcher%2Fpython-sort-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feastonarcher%2Fpython-sort-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feastonarcher%2Fpython-sort-algorithms/lists"}