cplib

Crates.iocplib
lib.rscplib
version0.1.0
sourcesrc
created_at2023-02-09 00:24:40.168837
updated_at2023-02-09 00:24:40.168837
descriptionminimal algorithms for competitive programming
homepage
repositoryhttps://github.com/kagemeka/cplib-rs
max_upload_size
id780390
size14,346
Hiroshi Tsuyuki (kagemeka)

documentation

https://docs.rs/cplib

README

cplib

description

this package is a easy and portable collection of algorithms for competitive programming. what's different from dsalgo?

  • dsalgo
    • full and deep algorithms/data structures as encyclopedia.
    • well tested and documented.
    • clear naming
    • multiple implementation for each algorithm.
  • cplib
    • poortable and can be bundled into a single submission file with small file size.
    • simple or no test
    • abbreviated naming
    • one implementation for each algorithm.
Commit count: 0

cargo fmt