algonium

Crates.ioalgonium
lib.rsalgonium
version0.1.0
sourcesrc
created_at2019-02-12 16:34:39.219379
updated_at2019-02-12 16:34:39.219379
descriptiona collection of classic algorithms for programming contests
homepage
repositoryhttps://github.com/ichyo/rust-algorithms
max_upload_size
id114316
size26,587
ichyo (ichyo)

documentation

README

algonium

Build Status

This is a collection of algorithms for programming contests such as codeforces and AtCoder. This can compile with version 1.15.1 so that you can use it with the old compiler in AtCoder.

Currently, it supports a few basic data structures and functions.

  • Binary Indexed Tree
  • Union-Find (Disjoint Set)
  • ModInt (automatically computes mod N with several operations)
  • Combinations
  • Next/Prev Permutation

I suggest combining this library into single source file and pasting into the buttom of your submission file when you use it in programming contests. You can try rust-bundler or other alternatives.

Commit count: 82

cargo fmt