Update appNew update is available. Click here to update.
About
B.tech IT student at ADGITM college affiliated to GGSIPU. currently I am 3rd year of my graduation. Aspiring for the role of SDE at MAANG. I love building logics and code in C . I have also knowle...
Tata Consultancy Services (TCS)
Dr. Akhilesh Das Gupta Institute of Technology & Management 2024
C++ - Default language
My Stats
EXP gained
yellow-spark
1630
Level
5 (Champion)
Community stats
Discussions
1
Upvotes
1
Know more
59
Total problems solved
46
Easy
13
Moderate
0
Hard
0
Ninja
Jan Jan Feb Feb Mar Mar Apr Apr May May Jun Jun Jul Jul Aug Aug Sep Sep Oct Oct Nov Nov Dec Dec

Current streak:

0 days

Longest streak:

4 days

Less

More

Achievements
1
Ronin
Topics
Arrays
Discussions
this might help you !!!
Interview problems

#include <bits/stdc++.h>

long long P(int n, int k) { int mod = 1000000007;   long long sol=1;        for(int i = n;i>(n-k);i--){        sol*=i;        sol = sol%mod;    }        return sol; }

profile
Deepak kumar
Published On 21-Oct-2022
319 views
0 replies
0 upvotes