A collection of most of my competitive programming templates!
Stars
72
Forks
13
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
36
commits
Simplify ordered multiset
9af33b7
Speed up hashing template
285291e
Add randomisation to hashing
228d1b8
Add topK data structure
4d8d84d
Fix NUM_BITS bug in XOR trie
c1c362f
Handle 0 cases for combinatoric functions
05fe77f
Add matrix exponentiation + linear recurrences
fcc2eeb
Update dijkstra to handle multiple source
b3dd904
Make hashing template handle comparisons between structures
b028465
Fix ordered multiset bug
f47959f
Fix MST resize/reserve bug
e285e79
Add number of bits as a templatised argument for XOR trie
60a519e
Add virtual tree for unweighted LCA
53a77d5
Speed up virtual tree for weighted LCA using RMQ
302e812
Add RMQ version of weighted LCA, add weighted virtual tree
4803c0a