{"id":19529303,"url":"https://github.com/danilgansky/algorithms-and-data-structures","last_synced_at":"2025-08-21T12:36:21.844Z","repository":{"id":112427170,"uuid":"290736881","full_name":"DanilGansky/algorithms-and-data-structures","owner":"DanilGansky","description":"Implementation of the most popular algorithms and data structures in Python.","archived":false,"fork":false,"pushed_at":"2020-09-01T17:34:59.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T02:42:04.006Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","data-structures","python"],"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/DanilGansky.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":"2020-08-27T09:44:14.000Z","updated_at":"2021-04-14T07:24:41.000Z","dependencies_parsed_at":"2023-05-14T19:45:15.951Z","dependency_job_id":null,"html_url":"https://github.com/DanilGansky/algorithms-and-data-structures","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DanilGansky/algorithms-and-data-structures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanilGansky%2Falgorithms-and-data-structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanilGansky%2Falgorithms-and-data-structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanilGansky%2Falgorithms-and-data-structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanilGansky%2Falgorithms-and-data-structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanilGansky","download_url":"https://codeload.github.com/DanilGansky/algorithms-and-data-structures/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanilGansky%2Falgorithms-and-data-structures/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271482660,"owners_count":24767523,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"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":["algorithms","algorithms-and-data-structures","data-structures","python"],"created_at":"2024-11-11T01:23:28.405Z","updated_at":"2025-08-21T12:36:21.817Z","avatar_url":"https://github.com/DanilGansky.png","language":"Python","readme":"# Algorithms and data structures\n\nImplementation of the most popular algorithms and data structures in Python.\n\n## Algorithms:\n\n-   [Sorting](algorithms/sorting/)\n    -   [Insertion sort](algorithms/sorting/insertion_sort/insertion_sort.py)\n    -   [Quicksort](algorithms/sorting/quicksort/quicksort.py)\n    -   [Merge sort](algorithms/sorting/merge_sort/merge_sort.py)\n    -   [Selection sort](algorithms/sorting/selection_sort/selection_sort.py)\n    -   [Radix sort](algorithms/sorting/radix_sort/radix_sort.py) (Only for positive numbers)\n-   [Graph algorithms](algorithms/graph/)\n    -   [Dijkstra's algorithm](algorithms/graph/dijkstra/dijkstra.py)\n\n## Data structures:\n\n-   [Linked lists](data_structures/linked_lists/)\n    -   [SinglyLinkedList](data_structures/linked_lists/singly_linked_list/singly_linked_list.py)\n    -   [DoublyLinkedList](data_structures/linked_lists/doubly_linked_list/doubly_linked_list.py)\n-   [Stack](data_structures/stack/stack.py)\n-   [Queue](data_structures/queue/queue.py)\n-   [HashMap](data_structures/hash_map/hash_map.py)\n-   [Graph](data_structures/graph/graph.py)\n\n## Tests\n\nFor running all tests write down:\n\n```bash\n$ python -m unittest discover -s ./ -p 'tests.py'\n```\n\nFor running specific tests:\n\n```bash\n$ python -m unittest \u003cmodule\u003e.\u003cdata_structure_or_algorithm\u003e_tests\n```\n\nEx: stack\n\n```bash\n$ python -m unittest data_structures.stack_tests\n```\n\nEx: quicksort\n\n```bash\n$ python -m unittest algorithms.quicksort_tests\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilgansky%2Falgorithms-and-data-structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanilgansky%2Falgorithms-and-data-structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilgansky%2Falgorithms-and-data-structures/lists"}