cp-notebook icon indicating copy to clipboard operation
cp-notebook copied to clipboard

General Resources for Competitive Programming

Results 4 cp-notebook issues
Sort by recently updated
recently updated
newest added

font size: https://github.com/kth-competitive-programming/kactl/commit/3ad3b65505e1d1707a66255575757c2692149abd

Used for - https://ncpc23.kattis.com/contests/ncpc23/problems/intertwined - https://judge.yosupo.jp/problem/convex_layers See https://codeforces.com/blog/entry/75929?#comment-607755 for an implementation

https://github.com/kth-competitive-programming/kactl/blob/main/content/graph/EdgeColoring.h looks shorter than the current impl

Probably worth maintaining a list of implementations included in the notebook here but not in KACTL. Check the corresponding implementation if: - title is informative - usage is clear -...