a=input()
b= input()
m,n=len(a),len(b)
vow="aeiou"
DP= [[0 for i in range(n + 1)]for j in range(m + 1)]
i, j = 0, 0
for i in range(m + 1):
for j in range(n + 1):
if (i == 0 or j == 0):
DP[i][j] = 0
elif ((a[i - 1] == b[j - 1]) and a[i - 1] in vow):
DP[i][j] = DP[i - 1][j - 1] + 1
else:
DP[i][j] = max(DP[i - 1][j],DP[i][j - 1])
print(DP[m][n])
Vowels program
TG: https://t.me/Coding_human
b= input()
m,n=len(a),len(b)
vow="aeiou"
DP= [[0 for i in range(n + 1)]for j in range(m + 1)]
i, j = 0, 0
for i in range(m + 1):
for j in range(n + 1):
if (i == 0 or j == 0):
DP[i][j] = 0
elif ((a[i - 1] == b[j - 1]) and a[i - 1] in vow):
DP[i][j] = DP[i - 1][j - 1] + 1
else:
DP[i][j] = max(DP[i - 1][j],DP[i][j - 1])
print(DP[m][n])
Vowels program
TG: https://t.me/Coding_human
#include<stdio.h>
int main()
{
int n,i,dis,c=0;
scanf("%d %d",&n,&dis);
int order[n];
for(i=0;i<n;i++)
{
scanf("%d",&order[i]);
if(order[i]>0 && dis%order[i]==0)
c++;
}
printf("%d",c);
}
E-commerce code
TG: https://t.me/Coding_human
int main()
{
int n,i,dis,c=0;
scanf("%d %d",&n,&dis);
int order[n];
for(i=0;i<n;i++)
{
scanf("%d",&order[i]);
if(order[i]>0 && dis%order[i]==0)
c++;
}
printf("%d",c);
}
E-commerce code
TG: https://t.me/Coding_human
LTI interview experience (CS branch)
Introduction, what is abstraction, two coding questions to print star pyramid, and to check whether a number is even or odd, and questions related to my final year project!
Telegram : https://t.me/Coding_human
Introduction, what is abstraction, two coding questions to print star pyramid, and to check whether a number is even or odd, and questions related to my final year project!
Telegram : https://t.me/Coding_human
LTI interview experience
1. Python is which level language
2. Slicing and it's syntax
3.how files are stored in python
4.pickling and unpickling
https://t.me/Coding_human
5. Decoractors
6. Datatypes in python
7. How to del files in python
8. How to acess files in python
9.difference between .py and .pyc
10. What are namespaces in python
11. Python enhacement
12. Split and join
TG : https://t.me/Coding_human
1. Python is which level language
2. Slicing and it's syntax
3.how files are stored in python
4.pickling and unpickling
https://t.me/Coding_human
5. Decoractors
6. Datatypes in python
7. How to del files in python
8. How to acess files in python
9.difference between .py and .pyc
10. What are namespaces in python
11. Python enhacement
12. Split and join
TG : https://t.me/Coding_human
LTI interview experience(EC branch )
I cmpltd my interview yesterday evng 4.56pm. they asked self intro, strength, diode, capacitor, transformer, and transistor any certification on course. Can u do project alone, ur frm electronic background why do u want IT side?.... This is my interview happened within 10mins
https://t.me/Coding_human
I cmpltd my interview yesterday evng 4.56pm. they asked self intro, strength, diode, capacitor, transformer, and transistor any certification on course. Can u do project alone, ur frm electronic background why do u want IT side?.... This is my interview happened within 10mins
https://t.me/Coding_human
LTI interview experience
Questions asked me
What is jython
Can python program run on Java
Self intro
Why mech to it
How to delete last item in list
Python applications
https://t.me/Coding_human
Questions asked me
What is jython
Can python program run on Java
Self intro
Why mech to it
How to delete last item in list
Python applications
https://t.me/Coding_human
LTI interview experience
https://t.me/Coding_human
Self intro
Sdlc concept
Qstns on dbms
Sql joins
2 qstns based on resume
Any qstns to me
https://t.me/Coding_human
Self intro
Sdlc concept
Qstns on dbms
Sql joins
2 qstns based on resume
Any qstns to me
LTI TR experience
What is array,array list
Linked list
Final,static
Polymorphism
Float and double differences
How to delete last element of linked list Exception
Where we use final static as method
TG : https://t.me/Coding_human
What is array,array list
Linked list
Final,static
Polymorphism
Float and double differences
How to delete last element of linked list Exception
Where we use final static as method
TG : https://t.me/Coding_human
Tcs NQT ANSWERS
Numerical:
1)Both statements A and B are true
2)5/7
3)12.5
5)12/23 n
7)8%
8)₹2800
9)1200
10)4500
11)12.5
12)150
Telegram:- https://t.me/Coding_human
Numerical:
1)Both statements A and B are true
2)5/7
3)12.5
5)12/23 n
7)8%
8)₹2800
9)1200
10)4500
11)12.5
12)150
Telegram:- https://t.me/Coding_human
⚠️ Notice: Don't Pay Anyone Single Rupees to anyone will help you All EXAM.
Prepare well 👍
TG : https://t.me/Coding_human
Prepare well 👍
TG : https://t.me/Coding_human
TCS NQT ANSWERS
Numerical:
1)Both statements A and B are true
2)5/7
3)12.5
5)12/23 n
7)8%
8)3225
9)1200
10)4500
11)12.5
12)150
13)4
14)1:2:24
16)15:7
17)72
18)54:77
19) Sin 92
20)260
Telegram:- https://t.me/Coding_human
Numerical:
1)Both statements A and B are true
2)5/7
3)12.5
5)12/23 n
7)8%
8)3225
9)1200
10)4500
11)12.5
12)150
13)4
14)1:2:24
16)15:7
17)72
18)54:77
19) Sin 92
20)260
Telegram:- https://t.me/Coding_human
Verbal
1)a powerful antagonist examhunters we are copying.....
2) were constitutional
3)to start wearing.....
4) B and A
5)A and A
https://t.me/Coding_human
6)relate
7) regular
8) approximate
9) internal , attractive
1)a powerful antagonist examhunters we are copying.....
2) were constitutional
3)to start wearing.....
4) B and A
5)A and A
https://t.me/Coding_human
6)relate
7) regular
8) approximate
9) internal , attractive
Verbal
1)a powerful antagonists
2) were constitutional
3)to start wearing.....
4) B and A
5)A and A
6)relate
7) regular
8) approximate
9) internal , attractive
10)QR
11)QR
12)PQ
13)A , B
Telegram:- https://t.me/Coding_human
1)a powerful antagonists
2) were constitutional
3)to start wearing.....
4) B and A
5)A and A
6)relate
7) regular
8) approximate
9) internal , attractive
10)QR
11)QR
12)PQ
13)A , B
Telegram:- https://t.me/Coding_human
Advanced apitude
1)55/64
2)210
3)180
4)2464
5)30
6)6:11
7)4.5%
8)0
9)5
10)406
Telegram:- https://t.me/Coding_human
1)55/64
2)210
3)180
4)2464
5)30
6)6:11
7)4.5%
8)0
9)5
10)406
Telegram:- https://t.me/Coding_human
Please read guys 🙏🙏
Don't give money to anyone.
We are providing free help.
Stay away from rippers.
Stay alert stay safe.
Kisi ko bhi koi paisa/rs dene ki koi zaroorat nahi h,
Hum free material provide karte hai.
Aap Rippers se door rhe.🙏
If you are ripped by someone, we are not responsible at all.
Thank you
@Coding_human
Don't give money to anyone.
We are providing free help.
Stay away from rippers.
Stay alert stay safe.
Kisi ko bhi koi paisa/rs dene ki koi zaroorat nahi h,
Hum free material provide karte hai.
Aap Rippers se door rhe.🙏
If you are ripped by someone, we are not responsible at all.
Thank you
@Coding_human