{"id":20625653,"url":"https://github.com/dorosch/datastructures","last_synced_at":"2025-06-18T03:33:23.417Z","repository":{"id":233982647,"uuid":"787085381","full_name":"dorosch/DataStructures","owner":"dorosch","description":"Rust implementations of data structures","archived":false,"fork":false,"pushed_at":"2024-04-17T20:49:59.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T01:10:03.002Z","etag":null,"topics":["algorithms","data-structures","educational-project","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/dorosch.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-04-15T21:31:16.000Z","updated_at":"2024-04-16T08:21:25.000Z","dependencies_parsed_at":"2024-04-17T22:04:41.943Z","dependency_job_id":null,"html_url":"https://github.com/dorosch/DataStructures","commit_stats":null,"previous_names":["dorosch/datastructures"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dorosch/DataStructures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorosch%2FDataStructures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorosch%2FDataStructures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorosch%2FDataStructures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorosch%2FDataStructures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dorosch","download_url":"https://codeload.github.com/dorosch/DataStructures/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorosch%2FDataStructures/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260481933,"owners_count":23015834,"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":["algorithms","data-structures","educational-project","rust"],"created_at":"2024-11-16T13:10:32.070Z","updated_at":"2025-06-18T03:33:18.387Z","avatar_url":"https://github.com/dorosch.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures\n\n`DataStructures` is a Rust project created for educational purposes, providing implementations of various data structures.\n\nEach data structure is designed as a library with tests and documentation.\n\n\n## Complexity\n\nHere's a table showing the time complexity of various data structures:\n\n| Data Structure | Access | Search | Insertion | Deletion | Space Complexity |\n| -------------- | ------ | ------ | --------- | -------- | ---------------- |\n| Stack          | O(n)   | O(n)   | O(1)      | O(1)     | O(n)             |\n| Linked list    | O(n)   | O(n)   | O(1)      | O(1)     | O(n)             |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdorosch%2Fdatastructures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdorosch%2Fdatastructures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdorosch%2Fdatastructures/lists"}