{"id":19810393,"url":"https://github.com/songzhi/rs-data-structure","last_synced_at":"2025-05-01T08:31:57.361Z","repository":{"id":123991682,"uuid":"174352416","full_name":"songzhi/rs-data-structure","owner":"songzhi","description":"Data Structure and Algorithm rust implementation for learning purpose.","archived":false,"fork":false,"pushed_at":"2020-08-14T11:41:25.000Z","size":283,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T11:45:44.303Z","etag":null,"topics":["algorithms","data-structures","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/songzhi.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":"2019-03-07T13:49:13.000Z","updated_at":"2022-09-27T12:44:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"228c347f-d779-429e-86a0-fe8665f0f871","html_url":"https://github.com/songzhi/rs-data-structure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/songzhi%2Frs-data-structure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/songzhi%2Frs-data-structure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/songzhi%2Frs-data-structure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/songzhi%2Frs-data-structure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/songzhi","download_url":"https://codeload.github.com/songzhi/rs-data-structure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251847813,"owners_count":21653582,"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","rust"],"created_at":"2024-11-12T09:21:18.655Z","updated_at":"2025-05-01T08:31:57.355Z","avatar_url":"https://github.com/songzhi.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## It's a Data Structure and Algorithm rust implementation for learning purpose.\n\nA lot of code is copied or inspired from other crate or rust std.\n\n### Code Structure\n* algo\n    * sort: almost all main sort algorithms' implementation\n    * string\n    * four color problem\n    * josephus circle\n    * maze\n    * saddle point\n* expr:\n    prefix,infix and postfix expression evaluation\n* graph:\n    common graph implementation\n* hash:\n    a full copy from hashbrown, which is the new hash implementation in std\n* tree\n    * binary tree: basic binary tree\n    * binary search tree\n* deque: queue which is implemented in double linked list\n* glist: general list\n* heap\n* list: single linked list\n* vec: vector\n\n### TODO\n* B-Tree\n* LSM Tree\n* AVL Tree\n* Trie\n* Red Black Tree\n* LinkedHashMap","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsongzhi%2Frs-data-structure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsongzhi%2Frs-data-structure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsongzhi%2Frs-data-structure/lists"}