NCR codewars 2020

Yeah, I didn’t check them anyway thanks for ur help :slightly_smiling_face:

Can u send that link?

for _ in range(int(input())):
min,max=map(int,input().split())
count=0
for i in range(min,max+1):
b=str(i)
if (b.count(‘2’)>=b.count(‘3’)>=b.count(‘5’)>=b.count(‘7’)):
count=count+1
print(count)

this code is in python

Print 0 if n%4==0||n%4==3 else print 1.

Thats a very inefficient approach. Cant give you more than partial marks on the problem.

Just think, if L=1,R=1000000000000000;
How will python iterate from L to R in 1 second time limit?

1 Like

Any updates…??

no

1 Like

I did both coding questions and pretty sure 9 mcq are correct. i ddnt got an option to apply tho. Did anyone got that option?

@i_code78 Can you share your solution for the Prime Rangers problem?

if any person got a call please let us know?

Any updates for the results?

1 Like

When will the results be announced ?

Probably by the end of this week, I raised a query and got this in reply.

3 Likes

I solved 1 problem completely and attempted all the MCQs.

Nhi hoga tumhara.

Does anyone has any Idea about the Cut-Off and Time Frame of the Interview ? Though I don’t know whether I’ll be selected or not…I do need to Brush Up my Concepts of the Core .

1 Like

If anyone got robot knowledge sharing problem please share logic

I just received an email from NCR, Shortlisted…

yupp I also got this

1 Like