cplib 0.1.0

minimal algorithms for competitive programming
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 14.02 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 69.8 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kagemeka

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.