cplib 0.1.0

minimal algorithms for competitive programming
Documentation

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.