Skip to content

shaurysrivastav27/questions-solved

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

questions-solved

all the questions of cp solved

infix->postfix - using stacks conversion of infix into postfix

postfix->cala - using stacks calcluting value of postfix expression

dynamic programming problems

bitmasking....

stair case problems - staircase ,staircase2 same as tile floor problem

FIBBONACI AGAIN - Task. Given two integers n and m, output F n mod m (that is, the remainder of F n when divided by m).Input Format. The input consists of two integers n and m given on the same line (separated by a space).Constraints. 1 ≤ n ≤ 10 14 , 2 ≤ m ≤ 10 3 .Output Format. Output Fn mod m.

links to questions ..

HACKER-EARTH

HACKERRANK

CODEFORCES

CODEFORCES 662 DIV 2

CODEFORCES 665 DIV 2

CODEFORCES 666 DIV 2

CODEFORCES 667 DIV 3

CODEFORCES 671 DIV 2

CODEFORCES 672 DIV 2

CODEFORCES 676 DIV 2

CODEFORCES 677 DIV 3

CODEFORCES EDUCATIONAL ROUND

CODEFORCES GLOBAL ROUND 11

CODECHEF

LONG CHALLENGE-

AUGUST/20

SEPTEMPER/20

LUNCHTIME

AUGUST/20

COOKOFF

AUGUST/20

OCTOBER/20