Thank you for the valuable content. It helps me for preparing tcs codevita. I want to get information about the type of question patterns mostly asked in tcs codevita. Thankyou Prepinsta❤
Hi Sir, I am 2025 passout student, currently I am in a situation where developing my skills and doing interview preparation. It is very helpful for seeing your videos and explanation is awesome. Thank you 🎉
In the second test case, why are there 2 'i' in P, should'nt be all the characters appear only once. I think the first appreance of 'i' should be 'j' instead
# Here is the simple code t = int(input()) for i in range(t): p = input() s = input() new_string = '' for char in p: if char in s: new_string += char print(new_string)
The way of explaining the logic is very good. Thank you
This channel is like GOD for student who prepare for the jobs
Thank you for the valuable content. It helps me for preparing tcs codevita. I want to get information about the type of question patterns mostly asked in tcs codevita. Thankyou Prepinsta❤
Hi Sir, I am 2025 passout student, currently I am in a situation where developing my skills and doing interview preparation. It is very helpful for seeing your videos and explanation is awesome. Thank you 🎉
Same here buddy
way of teaching is amazing
this is the best explanation i have ever seen tq
Nice explanation.please continue sir
Thank you for the explanation man it was a great help i always got presentation error in the challenge
This question was explained by you in previous video also
By the way it helps to recall
A big thanks for this video.
Please upload next video as soon as possible🤗🤗
In the second test case, why are there 2 'i' in P, should'nt be all the characters appear only once. I think the first appreance of 'i' should be 'j' instead
Thankyou sir for making this video 😊
Thanku sir for this it's really helpful
# Here is the simple code
t = int(input())
for i in range(t):
p = input()
s = input()
new_string = ''
for char in p:
if char in s:
new_string += char
print(new_string)
Thank you this is useful
Thank you sir 😊
Thanku ❤
Thank-you
plz carry on the series
please continue sir
B.A wale students tcs Ninja ya codevita ke liye eligible hai kya sir
🔥
can we do using javascript ?
is javascript supported in tcs codevita exam?
Aadi ........ aadii prep insta tha subscription dedo .....
Sir, pls provide java code in the form of text file
can we write the code in c language if we are not familiar with cpp or python
Does python could be problem in test
Thank you sir