{"id":18626969,"url":"https://github.com/tracyspacy/algos_data_structures_rust","last_synced_at":"2025-04-11T05:31:23.433Z","repository":{"id":229210368,"uuid":"776001899","full_name":"tracyspacy/algos_data_structures_rust","owner":"tracyspacy","description":"basic data structures and algorithms in rust","archived":false,"fork":false,"pushed_at":"2025-01-13T10:17:28.000Z","size":49,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T09:49:13.015Z","etag":null,"topics":["data-structures","dsa","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/tracyspacy.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":"2024-03-22T13:35:29.000Z","updated_at":"2025-01-13T10:17:32.000Z","dependencies_parsed_at":"2024-11-07T04:41:13.586Z","dependency_job_id":"31455760-20b6-421f-8618-2bb7d3bb31e4","html_url":"https://github.com/tracyspacy/algos_data_structures_rust","commit_stats":null,"previous_names":["tracyspacy/algos_data_structures_rust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tracyspacy%2Falgos_data_structures_rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tracyspacy%2Falgos_data_structures_rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tracyspacy%2Falgos_data_structures_rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tracyspacy%2Falgos_data_structures_rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tracyspacy","download_url":"https://codeload.github.com/tracyspacy/algos_data_structures_rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248347419,"owners_count":21088649,"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":["data-structures","dsa","rust"],"created_at":"2024-11-07T04:39:41.053Z","updated_at":"2025-04-11T05:31:23.423Z","avatar_url":"https://github.com/tracyspacy.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Some basic data structures and algorithms with examples in Rust\n\ntopics covered so far:\n- [arrays](https://github.com/tracyspacy/algos_data_structures_rust/tree/master/src/arrays)\n  - [binary search](https://github.com/tracyspacy/algos_data_structures_rust/tree/master/src/arrays/binary_search)\n  - [sliding window](https://github.com/tracyspacy/algos_data_structures_rust/tree/master/src/arrays/sliding_window)\n  - [two pointers](https://github.com/tracyspacy/algos_data_structures_rust/tree/master/src/arrays/two_pointers)\n- [linked lists](https://github.com/tracyspacy/algos_data_structures_rust/tree/master/src/linked_list)\n- [queue]\n  - [circular buffer](https://github.com/tracyspacy/algos_data_structures_rust/blob/master/src/queue/circular_buffer.rs) \n- [stack](https://github.com/tracyspacy/algos_data_structures_rust/tree/master/src/stack)\n\n- [trees](https://github.com/tracyspacy/algos_data_structures_rust/tree/master/src/trees)\n\nto run an example : ```cargo run --example same_tree``` (replace same_tree with any other available example)\n\n\n*for educational purposes only, not intended to be used in production\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftracyspacy%2Falgos_data_structures_rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftracyspacy%2Falgos_data_structures_rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftracyspacy%2Falgos_data_structures_rust/lists"}