1 unstable release

0.1.0 Feb 9, 2023

#27 in #naming

22 downloads per month

Custom license

6KB

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.

No runtime deps