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 vistas12 diapositivas
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 vistas21 diapositivas
DAA Practical -1.ppt por
DAA Practical -1.pptDAA Practical -1.ppt
DAA Practical -1.pptChiragAhuja44
4 vistas12 diapositivas
NumberTheory.ppt por
NumberTheory.pptNumberTheory.ppt
NumberTheory.pptDhandhan16
27 vistas37 diapositivas
Modular arithmetic por
Modular arithmeticModular arithmetic
Modular arithmeticJanani S
1.2K vistas22 diapositivas
Week 5 por
Week 5Week 5
Week 5준성 조
611 vistas23 diapositivas

Más contenido relacionado

Similar a CP Lecture 1

2.ppt por
2.ppt2.ppt
2.pptTapodhirAcharjee2
4 vistas52 diapositivas
SYLLABUS_COMPLEX NUMBER.pdf por
SYLLABUS_COMPLEX NUMBER.pdfSYLLABUS_COMPLEX NUMBER.pdf
SYLLABUS_COMPLEX NUMBER.pdfenggeng7
9 vistas21 diapositivas
Ch04 por
Ch04Ch04
Ch04Joe Christensen
2.1K vistas30 diapositivas
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 vistas6 diapositivas
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
102 vistas3 diapositivas
Technical aptitude test 2 CSE por
Technical aptitude test 2 CSETechnical aptitude test 2 CSE
Technical aptitude test 2 CSESujata Regoti
1.4K vistas23 diapositivas

Similar a CP Lecture 1(20)

SYLLABUS_COMPLEX NUMBER.pdf por enggeng7
SYLLABUS_COMPLEX NUMBER.pdfSYLLABUS_COMPLEX NUMBER.pdf
SYLLABUS_COMPLEX NUMBER.pdf
enggeng79 vistas
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 vistas
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
smumbahelp102 vistas
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 vistas
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 vistas
Swartz Factoring por swartzje
Swartz FactoringSwartz Factoring
Swartz Factoring
swartzje1.6K vistas
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...
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...
Dynamic Programming Matrix Chain Multiplication por KrishnakoumarC
Dynamic Programming Matrix Chain MultiplicationDynamic Programming Matrix Chain Multiplication
Dynamic Programming Matrix Chain Multiplication
KrishnakoumarC18 vistas
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 vistas
Ged Mathematical Test por Tutor Ferry
Ged Mathematical Test Ged Mathematical Test
Ged Mathematical Test
Tutor Ferry1.6K vistas
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 vistas
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...
555_Spring12_topic06.ppt por SnehSinha6
555_Spring12_topic06.ppt555_Spring12_topic06.ppt
555_Spring12_topic06.ppt
SnehSinha63 vistas

Último

Deutsch Crimping por
Deutsch CrimpingDeutsch Crimping
Deutsch CrimpingIwiss Tools Co.,Ltd
21 vistas7 diapositivas
SNMPx por
SNMPxSNMPx
SNMPxAmatullahbutt
14 vistas12 diapositivas
IWISS Catalog 2022 por
IWISS Catalog 2022IWISS Catalog 2022
IWISS Catalog 2022Iwiss Tools Co.,Ltd
24 vistas66 diapositivas
DevOps-ITverse-2023-IIT-DU.pptx por
DevOps-ITverse-2023-IIT-DU.pptxDevOps-ITverse-2023-IIT-DU.pptx
DevOps-ITverse-2023-IIT-DU.pptxAnowar Hossain
7 vistas45 diapositivas
fakenews_DBDA_Mar23.pptx por
fakenews_DBDA_Mar23.pptxfakenews_DBDA_Mar23.pptx
fakenews_DBDA_Mar23.pptxdeepmitra8
12 vistas34 diapositivas
Design and analysis of a new undergraduate Computer Engineering degree – a me... por
Design and analysis of a new undergraduate Computer Engineering degree – a me...Design and analysis of a new undergraduate Computer Engineering degree – a me...
Design and analysis of a new undergraduate Computer Engineering degree – a me...WaelBadawy6
53 vistas4 diapositivas

Último(20)

fakenews_DBDA_Mar23.pptx por deepmitra8
fakenews_DBDA_Mar23.pptxfakenews_DBDA_Mar23.pptx
fakenews_DBDA_Mar23.pptx
deepmitra812 vistas
Design and analysis of a new undergraduate Computer Engineering degree – a me... por WaelBadawy6
Design and analysis of a new undergraduate Computer Engineering degree – a me...Design and analysis of a new undergraduate Computer Engineering degree – a me...
Design and analysis of a new undergraduate Computer Engineering degree – a me...
WaelBadawy653 vistas
Machine Element II Course outline.pdf por odatadese1
Machine Element II Course outline.pdfMachine Element II Course outline.pdf
Machine Element II Course outline.pdf
odatadese17 vistas
Effect of deep chemical mixing columns on properties of surrounding soft clay... por AltinKaradagli
Effect of deep chemical mixing columns on properties of surrounding soft clay...Effect of deep chemical mixing columns on properties of surrounding soft clay...
Effect of deep chemical mixing columns on properties of surrounding soft clay...
AltinKaradagli6 vistas
Machine learning in drug supply chain management during disease outbreaks: a ... por IJECEIAES
Machine learning in drug supply chain management during disease outbreaks: a ...Machine learning in drug supply chain management during disease outbreaks: a ...
Machine learning in drug supply chain management during disease outbreaks: a ...
IJECEIAES10 vistas
Update 42 models(Diode/General ) in SPICE PARK(DEC2023) por Tsuyoshi Horigome
Update 42 models(Diode/General ) in SPICE PARK(DEC2023)Update 42 models(Diode/General ) in SPICE PARK(DEC2023)
Update 42 models(Diode/General ) in SPICE PARK(DEC2023)
Tsuyoshi Horigome19 vistas
MSA Website Slideshow (16).pdf por msaucla
MSA Website Slideshow (16).pdfMSA Website Slideshow (16).pdf
MSA Website Slideshow (16).pdf
msaucla46 vistas
SUMIT SQL PROJECT SUPERSTORE 1.pptx por Sumit Jadhav
SUMIT SQL PROJECT SUPERSTORE 1.pptxSUMIT SQL PROJECT SUPERSTORE 1.pptx
SUMIT SQL PROJECT SUPERSTORE 1.pptx
Sumit Jadhav 11 vistas
Thermal aware task assignment for multicore processors using genetic algorithm por IJECEIAES
Thermal aware task assignment for multicore processors using genetic algorithm Thermal aware task assignment for multicore processors using genetic algorithm
Thermal aware task assignment for multicore processors using genetic algorithm
IJECEIAES30 vistas
An approach of ontology and knowledge base for railway maintenance por IJECEIAES
An approach of ontology and knowledge base for railway maintenanceAn approach of ontology and knowledge base for railway maintenance
An approach of ontology and knowledge base for railway maintenance
IJECEIAES12 vistas
Performance of Back-to-Back Mechanically Stabilized Earth Walls Supporting th... por ahmedmesaiaoun
Performance of Back-to-Back Mechanically Stabilized Earth Walls Supporting th...Performance of Back-to-Back Mechanically Stabilized Earth Walls Supporting th...
Performance of Back-to-Back Mechanically Stabilized Earth Walls Supporting th...
ahmedmesaiaoun12 vistas

CP Lecture 1