Skip to content

dumbape/Competitive-Programming

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Competitive-Programming

All you need to save time :p

CONTENTS OF Template.cpp :

  1. FAST I/O to scan Integers
  2. GCD - EUCLID'S and EXTENDED EUCLID'S ALGORITHM
  3. EULER TOTIENT FUNCTION
  4. MODULAR EXPONENTIATION
  5. OVERFLOW MULTIPLICATION
  6. MODULAR INVERSE
  7. MILLER RABIN PRIMALITY TEST
  8. SOLUTIONS OF LDE
  9. DISJOINT SUBSET (DS) - setup, union and root
  10. KMP STRING MATCH ALGORITHM
  11. Z ALGORITHM
  12. MATRIX MULTIPLICATION