CP Lecture 1

Visvesvaraya National Institute of Technology
COMPETITIVE
PROGRAMMING
WORKSHOP
Let’s Start With Maths...
To become a Pupil you need two things Maths and Maths
1.Prime Testing
2. Divisors and Prime Factors
3.GCD and LCM
4.Binary Expo
5.Modular Arithmetic
6.Permutations
CONTENTS
3 Methods
Naive
Square root
Iterate on prime
1.
2.
3.
PRIME TESTING
1.
QUESTIONS
FACTORS
24 →1 2 3 4 6 8 12 24
**(the power of brute force)
GCD AND LCM
int gcd(int a,int b)
{
if(a%b==0)
return b;
else
return gcd(b,a%b);
}
Binary Expo
long long binpow(long long a, long long b) {
long long res = 1;
while (b > 0) {
if (b & 1)
res = res * a;
a = a * a;
b >>= 1;
}
return res;
}
Permutations
Modular Arithmetic
( a + b) % c = ( ( a % c ) + ( b % c ) ) % c
( a * b) % c = ( ( a % c ) * ( b % c ) ) % c
( a – b) % c = ( ( a % c ) – ( b % c ) ) % c
1.
2.
3.
Factorial wala example
Homework
CP Lecture 1
1 de 12

Recomendados

CP L1 por
CP L1CP L1
CP L1AlokRanjan822776
5 visualizações12 slides
Cryptography and Network Security Principles and Practice.docx por
Cryptography and Network Security Principles and Practice.docxCryptography and Network Security Principles and Practice.docx
Cryptography and Network Security Principles and Practice.docxAbhinav816839
17 visualizações21 slides
DAA Practical -1.ppt por
DAA Practical -1.pptDAA Practical -1.ppt
DAA Practical -1.pptChiragAhuja44
4 visualizações12 slides
NumberTheory.ppt por
NumberTheory.pptNumberTheory.ppt
NumberTheory.pptDhandhan16
27 visualizações37 slides
Modular arithmetic por
Modular arithmeticModular arithmetic
Modular arithmeticJanani S
1.2K visualizações22 slides
Week 5 por
Week 5Week 5
Week 5준성 조
611 visualizações23 slides

Mais conteúdo relacionado

Similar a CP Lecture 1

2.ppt por
2.ppt2.ppt
2.pptTapodhirAcharjee2
6 visualizações52 slides
SYLLABUS_COMPLEX NUMBER.pdf por
SYLLABUS_COMPLEX NUMBER.pdfSYLLABUS_COMPLEX NUMBER.pdf
SYLLABUS_COMPLEX NUMBER.pdfenggeng7
9 visualizações21 slides
Ch04 por
Ch04Ch04
Ch04Joe Christensen
2.1K visualizações30 slides
Write a recursive implementation of Euclids algorithm for finding t.docx por
 Write a recursive implementation of Euclids algorithm for finding t.docx Write a recursive implementation of Euclids algorithm for finding t.docx
Write a recursive implementation of Euclids algorithm for finding t.docxajoy21
7 visualizações6 slides
Smu bca sem 1 winter 2014 assignments por
Smu bca sem 1 winter 2014 assignmentsSmu bca sem 1 winter 2014 assignments
Smu bca sem 1 winter 2014 assignmentssmumbahelp
103 visualizações3 slides
Technical aptitude test 2 CSE por
Technical aptitude test 2 CSETechnical aptitude test 2 CSE
Technical aptitude test 2 CSESujata Regoti
1.4K visualizações23 slides

Similar a CP Lecture 1(20)

SYLLABUS_COMPLEX NUMBER.pdf por enggeng7
SYLLABUS_COMPLEX NUMBER.pdfSYLLABUS_COMPLEX NUMBER.pdf
SYLLABUS_COMPLEX NUMBER.pdf
enggeng79 visualizações
Ch04 por Joe Christensen
Ch04Ch04
Ch04
Joe Christensen2.1K visualizações
Write a recursive implementation of Euclids algorithm for finding t.docx por ajoy21
 Write a recursive implementation of Euclids algorithm for finding t.docx Write a recursive implementation of Euclids algorithm for finding t.docx
Write a recursive implementation of Euclids algorithm for finding t.docx
ajoy217 visualizações
Smu bca sem 1 winter 2014 assignments por smumbahelp
Smu bca sem 1 winter 2014 assignmentsSmu bca sem 1 winter 2014 assignments
Smu bca sem 1 winter 2014 assignments
smumbahelp103 visualizações
Technical aptitude test 2 CSE por Sujata Regoti
Technical aptitude test 2 CSETechnical aptitude test 2 CSE
Technical aptitude test 2 CSE
Sujata Regoti1.4K visualizações
important C questions and_answers praveensomesh por praveensomesh
important C questions and_answers praveensomeshimportant C questions and_answers praveensomesh
important C questions and_answers praveensomesh
praveensomesh5.3K visualizações
Swartz Factoring por swartzje
Swartz FactoringSwartz Factoring
Swartz Factoring
swartzje1.6K visualizações
Number Theory and GCD.pdf por RashilaShrestha
Number Theory and GCD.pdfNumber Theory and GCD.pdf
Number Theory and GCD.pdf
RashilaShrestha23 visualizações
Sesión de Aprendizaje : Ecuación de primer grado Algebra pre-universitaria c... por Demetrio Ccesa Rayme
Sesión de Aprendizaje :  Ecuación de primer grado Algebra pre-universitaria c...Sesión de Aprendizaje :  Ecuación de primer grado Algebra pre-universitaria c...
Sesión de Aprendizaje : Ecuación de primer grado Algebra pre-universitaria c...
Demetrio Ccesa Rayme156 visualizações
Sesión de Aprendizaje Ecuación de Primer Grado Algebra pre-universitaria cc... por Demetrio Ccesa Rayme
Sesión de Aprendizaje   Ecuación de Primer Grado Algebra pre-universitaria cc...Sesión de Aprendizaje   Ecuación de Primer Grado Algebra pre-universitaria cc...
Sesión de Aprendizaje Ecuación de Primer Grado Algebra pre-universitaria cc...
Demetrio Ccesa Rayme120 visualizações
IPT-2-MATHS XIII.pdf por STUDY INNOVATIONS
IPT-2-MATHS XIII.pdfIPT-2-MATHS XIII.pdf
IPT-2-MATHS XIII.pdf
STUDY INNOVATIONS8 visualizações
Dynamic Programming Matrix Chain Multiplication por KrishnakoumarC
Dynamic Programming Matrix Chain MultiplicationDynamic Programming Matrix Chain Multiplication
Dynamic Programming Matrix Chain Multiplication
KrishnakoumarC19 visualizações
Dti2143 chapter 3 arithmatic relation-logicalexpression por alish sha
Dti2143 chapter 3 arithmatic relation-logicalexpressionDti2143 chapter 3 arithmatic relation-logicalexpression
Dti2143 chapter 3 arithmatic relation-logicalexpression
alish sha516 visualizações
Ged Mathematical Test por Tutor Ferry
Ged Mathematical Test Ged Mathematical Test
Ged Mathematical Test
Tutor Ferry1.6K visualizações
dynamic programming complete by Mumtaz Ali (03154103173) por Mumtaz Ali
dynamic programming complete by Mumtaz Ali (03154103173)dynamic programming complete by Mumtaz Ali (03154103173)
dynamic programming complete by Mumtaz Ali (03154103173)
Mumtaz Ali696 visualizações
Matematicas para ingenieria 4ta edicion - john bird por Allan Bernal Espinoza
Matematicas para ingenieria   4ta edicion - john birdMatematicas para ingenieria   4ta edicion - john bird
Matematicas para ingenieria 4ta edicion - john bird
Allan Bernal Espinoza1.3K visualizações
Sesion de aprendizaje de ecuacion de primer grado algebra pre universitaria c... por Demetrio Ccesa Rayme
Sesion de aprendizaje de ecuacion de primer grado algebra pre universitaria c...Sesion de aprendizaje de ecuacion de primer grado algebra pre universitaria c...
Sesion de aprendizaje de ecuacion de primer grado algebra pre universitaria c...
Demetrio Ccesa Rayme751 visualizações
555_Spring12_topic06.ppt por SnehSinha6
555_Spring12_topic06.ppt555_Spring12_topic06.ppt
555_Spring12_topic06.ppt
SnehSinha63 visualizações
130701 09-05-2012 por Sampath Reddy
130701 09-05-2012130701 09-05-2012
130701 09-05-2012
Sampath Reddy89 visualizações

Último

GPS Survery Presentation/ Slides por
GPS Survery Presentation/ SlidesGPS Survery Presentation/ Slides
GPS Survery Presentation/ SlidesOmarFarukEmon1
7 visualizações13 slides
sam_software_eng_cv.pdf por
sam_software_eng_cv.pdfsam_software_eng_cv.pdf
sam_software_eng_cv.pdfsammyigbinovia
10 visualizações5 slides
Renewal Projects in Seismic Construction por
Renewal Projects in Seismic ConstructionRenewal Projects in Seismic Construction
Renewal Projects in Seismic ConstructionEngineering & Seismic Construction
5 visualizações8 slides
AWS A5.18 A5.18M-2021.pdf por
AWS A5.18 A5.18M-2021.pdfAWS A5.18 A5.18M-2021.pdf
AWS A5.18 A5.18M-2021.pdfThinhNguyen455948
7 visualizações48 slides
Proposal Presentation.pptx por
Proposal Presentation.pptxProposal Presentation.pptx
Proposal Presentation.pptxkeytonallamon
67 visualizações36 slides
CPM Schedule Float.pptx por
CPM Schedule Float.pptxCPM Schedule Float.pptx
CPM Schedule Float.pptxMathew Joseph
6 visualizações5 slides

Último(20)

GPS Survery Presentation/ Slides por OmarFarukEmon1
GPS Survery Presentation/ SlidesGPS Survery Presentation/ Slides
GPS Survery Presentation/ Slides
OmarFarukEmon17 visualizações
sam_software_eng_cv.pdf por sammyigbinovia
sam_software_eng_cv.pdfsam_software_eng_cv.pdf
sam_software_eng_cv.pdf
sammyigbinovia10 visualizações
AWS A5.18 A5.18M-2021.pdf por ThinhNguyen455948
AWS A5.18 A5.18M-2021.pdfAWS A5.18 A5.18M-2021.pdf
AWS A5.18 A5.18M-2021.pdf
ThinhNguyen4559487 visualizações
Proposal Presentation.pptx por keytonallamon
Proposal Presentation.pptxProposal Presentation.pptx
Proposal Presentation.pptx
keytonallamon67 visualizações
CPM Schedule Float.pptx por Mathew Joseph
CPM Schedule Float.pptxCPM Schedule Float.pptx
CPM Schedule Float.pptx
Mathew Joseph6 visualizações
Unlocking Research Visibility.pdf por KhatirNaima
Unlocking Research Visibility.pdfUnlocking Research Visibility.pdf
Unlocking Research Visibility.pdf
KhatirNaima10 visualizações
DESIGN OF SPRINGS-UNIT4.pptx por gopinathcreddy
DESIGN OF SPRINGS-UNIT4.pptxDESIGN OF SPRINGS-UNIT4.pptx
DESIGN OF SPRINGS-UNIT4.pptx
gopinathcreddy21 visualizações
BCIC - Manufacturing Conclave - Technology-Driven Manufacturing for Growth por Innomantra
BCIC - Manufacturing Conclave -  Technology-Driven Manufacturing for GrowthBCIC - Manufacturing Conclave -  Technology-Driven Manufacturing for Growth
BCIC - Manufacturing Conclave - Technology-Driven Manufacturing for Growth
Innomantra 15 visualizações
Pitchbook Repowerlab.pdf por VictoriaGaleano
Pitchbook Repowerlab.pdfPitchbook Repowerlab.pdf
Pitchbook Repowerlab.pdf
VictoriaGaleano6 visualizações
GDSC Mikroskil Members Onboarding 2023.pdf por gdscmikroskil
GDSC Mikroskil Members Onboarding 2023.pdfGDSC Mikroskil Members Onboarding 2023.pdf
GDSC Mikroskil Members Onboarding 2023.pdf
gdscmikroskil63 visualizações
dummy.pptx por JamesLamp
dummy.pptxdummy.pptx
dummy.pptx
JamesLamp5 visualizações
ASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdf por AlhamduKure
ASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdfASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdf
ASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdf
AlhamduKure8 visualizações
Integrating Sustainable Development Goals (SDGs) in School Education por SheetalTank1
Integrating Sustainable Development Goals (SDGs) in School EducationIntegrating Sustainable Development Goals (SDGs) in School Education
Integrating Sustainable Development Goals (SDGs) in School Education
SheetalTank19 visualizações
REACTJS.pdf por ArthyR3
REACTJS.pdfREACTJS.pdf
REACTJS.pdf
ArthyR337 visualizações
Web Dev Session 1.pptx por VedVekhande
Web Dev Session 1.pptxWeb Dev Session 1.pptx
Web Dev Session 1.pptx
VedVekhande17 visualizações
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx por lwang78
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx
lwang78180 visualizações
MongoDB.pdf por ArthyR3
MongoDB.pdfMongoDB.pdf
MongoDB.pdf
ArthyR349 visualizações
unit 1.pptx por rrbornarecm
unit 1.pptxunit 1.pptx
unit 1.pptx
rrbornarecm5 visualizações
Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc... por csegroupvn
Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc...Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc...
Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc...
csegroupvn8 visualizações

CP Lecture 1