{"id":18843873,"url":"https://github.com/kenkoooo/competitive-programming-rs","last_synced_at":"2025-04-04T09:08:26.820Z","repository":{"id":37677715,"uuid":"114039987","full_name":"kenkoooo/competitive-programming-rs","owner":"kenkoooo","description":"Algorithm Snippets for Competitive Programming in Rust","archived":false,"fork":false,"pushed_at":"2023-08-13T11:00:38.000Z","size":15594,"stargazers_count":254,"open_issues_count":0,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-02T05:01:47.903Z","etag":null,"topics":["competitive-programming","rust","snippets"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kenkoooo.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":"2017-12-12T21:15:49.000Z","updated_at":"2024-04-23T14:03:11.000Z","dependencies_parsed_at":"2024-11-08T03:09:13.751Z","dependency_job_id":null,"html_url":"https://github.com/kenkoooo/competitive-programming-rs","commit_stats":{"total_commits":268,"total_committers":4,"mean_commits":67.0,"dds":0.09328358208955223,"last_synced_commit":"0ffd7b6948b6bf426fd5d5fe767a84eff4a801d6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenkoooo%2Fcompetitive-programming-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenkoooo%2Fcompetitive-programming-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenkoooo%2Fcompetitive-programming-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenkoooo%2Fcompetitive-programming-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kenkoooo","download_url":"https://codeload.github.com/kenkoooo/competitive-programming-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247149501,"owners_count":20891954,"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":["competitive-programming","rust","snippets"],"created_at":"2024-11-08T02:59:08.703Z","updated_at":"2025-04-04T09:08:26.786Z","avatar_url":"https://github.com/kenkoooo.png","language":"Rust","readme":"# Competitive Programming Snippets in Rust\n\n[![Continuous integration](https://github.com/kenkoooo/competitive-programming-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/kenkoooo/competitive-programming-rs/actions/workflows/ci.yml)\n[![Latest version](https://img.shields.io/crates/v/competitive-programming-rs.svg)](https://crates.io/crates/competitive-programming-rs)\n\nThis is a repository of a set of algorithms implemented in Rust. \n\n- Designed to solve problems quickly in programming competitions.\n- Well-tested.\n\n## [Data Structures](./src/data_structure)\n- [BitSet](./src/data_structure/bitset.rs)\n- [Fenwick Tree](./src/data_structure/fenwick_tree.rs)\n- [Fibonacci Heap](./src/data_structure/fibonacci_heap.rs)\n- [Lazy Segment Tree](./src/data_structure/lazy_segment_tree.rs)\n- [Persistent Array](./src/data_structure/persistent_array.rs)\n- [Segment Tree](./src/data_structure/segment_tree.rs)\n- [Sparse Table](./src/data_structure/sparse_table.rs)\n- [Suffix Array](./src/data_structure/suffix_array.rs)\n- [Treap](./src/data_structure/treap.rs)\n- [Union-Find tree](./src/data_structure/union_find.rs)\n\n## [Geometry](./src/geometry)\n- [Algorithms for circles](./src/geometry/circle.rs)\n- [Convex Hull](./src/geometry/convex_hull.rs)\n- [Minimum Bounding Circle](./src/geometry/minimum_bounding_circle.rs)\n\n## [Graph](./src/graph)\n- [Bridge Detection](./src/graph/bridge_detection.rs)\n- [Lowest Common Ancestors](./src/graph/lca.rs)\n- [Maximum Flow](./src/graph/maximum_flow.rs)\n- [Minimum Cost Flow (Primal-Dual)](./src/graph/min_cost_flow.rs)\n- [Minimum Cost Flow (cost-scaling)](./src/graph/cost_scaling_push_relabel.rs)\n- [Shortest Path (Bellman-Ford)](./src/graph/shortest_path.rs)\n- [Strongly Connected Components](./src/graph/strongly_connected_components.rs)\n- [ReRooting](./src/graph/re_rooting.rs)\n- [Topological Sort](./src/graph/topological_sort.rs)\n\n## [Mathematics](./src/math)\n- [Chinese Remainder Theorem](./src/math/chinese_remainder_theorem.rs)\n- [Combination](./src/math/combination.rs)\n- [Cumulative Sum](./src/math/cumulative_sum.rs)\n- [Fast Fourier Transform](./src/math/fast_fourier_transform.rs)\n- [Floor Sum](./src/math/floor_sum.rs)\n- [Lagrange Interpolation](./src/math/lagrange_interpolation.rs)\n- [Max Rectangle](./src/math/max_rectangle.rs)\n- [Mod Integer](./src/math/mod_int.rs)\n- [Next Permutation](./src/math/next_permutation.rs)\n\n## [String](./src/string)\n- [Rolling Hash](./src/string/rolling_hash.rs)\n- [Z Algorithm](./src/string/z_algorithm.rs)\n\n## [Others](./src/utils)\n- [Scanner](./src/utils/scanner.rs)\n\n## Resources\n- [Documentation](https://docs.rs/competitive-programming-rs) \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenkoooo%2Fcompetitive-programming-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenkoooo%2Fcompetitive-programming-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenkoooo%2Fcompetitive-programming-rs/lists"}