{"id":19602323,"url":"https://github.com/acodercat/rust-algorithms","last_synced_at":"2025-04-27T17:32:14.450Z","repository":{"id":143871006,"uuid":"218215901","full_name":"acodercat/rust-algorithms","owner":"acodercat","description":"common data structures and algorithms are implemented using rust.","archived":false,"fork":false,"pushed_at":"2021-11-02T06:19:44.000Z","size":22,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T01:51:15.307Z","etag":null,"topics":[],"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/acodercat.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-10-29T06:08:00.000Z","updated_at":"2024-04-17T15:34:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc70b4e5-f050-4c4b-80ce-3be5b32d1b3a","html_url":"https://github.com/acodercat/rust-algorithms","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/acodercat%2Frust-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acodercat%2Frust-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acodercat%2Frust-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acodercat%2Frust-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acodercat","download_url":"https://codeload.github.com/acodercat/rust-algorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251178003,"owners_count":21548143,"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":[],"created_at":"2024-11-11T09:23:33.406Z","updated_at":"2025-04-27T17:32:14.444Z","avatar_url":"https://github.com/acodercat.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Algorithms\n[![Build Status](https://travis-ci.org/acodercat/rust-algorithms.svg?branch=master)](https://travis-ci.org/acodercat/rust-algorithms)\n[![MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/acodercat/rust-algorithms/blob/master/LICENSE)\n\nCommon data structures and algorithms are implemented using Rust.\n\nSee the [examples](https://github.com/acodercat/rust-algorithms/blob/master/examples) directory for more algorithm examples.\n\n## Algorithms\n\n* [BinaryHeap](https://github.com/acodercat/rust-algorithms/blob/master/src/binary_heap.rs)\n* [UnionFind](https://github.com/acodercat/rust-algorithms/blob/master/src/union_find.rs)\n* [BinarySearchTree](https://github.com/acodercat/rust-algorithms/blob/master/src/binary_search_tree.rs)\n\n## Run Example\n\n```bash\n$ cargo run --example exampleName\n```\nJust like this:\n```bash\n$ cargo run --example binary_heap\n```\n\n## Test\n\n```bash\n$ cargo test\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facodercat%2Frust-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facodercat%2Frust-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facodercat%2Frust-algorithms/lists"}