{"id":41963798,"url":"https://github.com/tonianev/data-structures","last_synced_at":"2026-01-25T23:01:45.709Z","repository":{"id":156967207,"uuid":"344004810","full_name":"tonianev/data-structures","owner":"tonianev","description":"Common data structures implemented in Python","archived":false,"fork":false,"pushed_at":"2024-07-25T19:51:12.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-07-25T22:46:09.729Z","etag":null,"topics":["algorithms","data-structures"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tonianev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-03-03T04:48:26.000Z","updated_at":"2024-07-25T19:51:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"43df9e10-dccd-456c-b334-29e47facca24","html_url":"https://github.com/tonianev/data-structures","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tonianev/data-structures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonianev%2Fdata-structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonianev%2Fdata-structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonianev%2Fdata-structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonianev%2Fdata-structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tonianev","download_url":"https://codeload.github.com/tonianev/data-structures/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonianev%2Fdata-structures/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28761499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T20:56:06.009Z","status":"ssl_error","status_checked_at":"2026-01-25T20:54:48.203Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","data-structures"],"created_at":"2026-01-25T23:01:22.367Z","updated_at":"2026-01-25T23:01:45.692Z","avatar_url":"https://github.com/tonianev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures in Python\n\nThis repository contains implementations of common data structures in Python, along with unit tests for each implementation. The purpose of this project is to provide a reference for those learning about data structures or seeking a quick refresher.\n\n## Implemented Data Structures\n\n- [Linked List](src/linked_list.py)\n- [Stack](src/stack.py)\n- [Queue](src/queue.py)\n- [Doubly Linked List](src/doubly_linked_list.py)\n- [Binary Search Tree](src/binary_search_tree.py)\n- [Min Heap](src/min_heap.py)\n- [Hash Map](src/hash_map.py)\n- [Trie](src/trie.py)\n\n## Getting Started\n\n## Prerequisites\n\n- Python 3.6 or later\n\n## Installation\n\n- Clone the repository: git clone https://github.com/yourusername/data-structures-python.git\n\n## Running the Tests\n\n- To run the tests, first install the required packages:\n- pip install -r requirements.txt\n- Then, execute the tests using pytest.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonianev%2Fdata-structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonianev%2Fdata-structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonianev%2Fdata-structures/lists"}