Skip to content
/ ckp Public

Pure Python implementations of competitive programming algorithms.

License

Notifications You must be signed in to change notification settings

123jimin/ckp

Repository files navigation

CKP - Code Kit for Python

License: MIT

CKP is a collection of no-dependency, pure Python implementations of algorithms for solving competitive programming problems. Codes using CKP can be submitted to online judge services, by using impacker.

Check the documentation on https://123jimin.github.io/ckp/.

To-Do List

  • data_structure.segment_tree
  • fourier.ntt
  • geometry.half_plane_intersection
  • graph_theory.bipartite_matching
  • graph_theory.max_flow.push_relabel
  • graph_theory.strongly_connected_components
  • language (plaintext to languages)
  • numeric.combinatorics.coupon_collector_expected
  • polynomial
  • string.suffix_array

About

Pure Python implementations of competitive programming algorithms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages