Just amazing. I so much like them that even after 2 FANG offers I am glued to these. Again all thanks to you for coding Qs. Kudos to also the fact while people are busy making paid sites, you are making this high quality content free to all aspirants via KZbin.
@techdose4u4 жыл бұрын
Thanks for supporting :)
@techdose4u3 жыл бұрын
Please ping me on LinkedIn
@VinothiniAnabayan3 жыл бұрын
Crystal clear explanation, the first channel i prefer after seeing the problem statement. keep making videos
@techdose4u3 жыл бұрын
Thanks
@Kuriocity3 жыл бұрын
Came here after watching Aditya Verma's video ... best explanation!
@zainabkhan99003 жыл бұрын
in else if condition: not s[i][j] its s[i-1][j-1]; if we consider loop i=0 &j=0 then dp[0][j] &dp[i][0] not valid or if we consider loop i=1& j=1 then we miss 0th charecter of string.
@Balaji-kg3ri3 жыл бұрын
The explanation is so clean❤️
@techdose4u3 жыл бұрын
Thanks :)
@gautamsingh39774 жыл бұрын
Your videos are awesome! Keep producing these amazing videos.
@techdose4u4 жыл бұрын
Thank you. Yea I will.
@ajaywadhwa33983 жыл бұрын
Wow Really Nice Explanations !!
@techdose4u3 жыл бұрын
Thanks :)
@mathewsjose1990 Жыл бұрын
you are great sir!
@Kuriocity3 жыл бұрын
14:10 ==>> This is the tablular form where LCS of the 2 strings at a given index(2d) are not at the same index in original string
@sayantaniguha85193 жыл бұрын
Nice explanation
@techdose4u3 жыл бұрын
Thanks :)
@Aryansingh-fk7hy3 жыл бұрын
Sir, at 6:03, the string AXXX, why didn't you also consider x(3) -string-1 combined with x(1), string-2, they both x at 3rd index of string 1 and x at 1th index of string-2 are not overlapping by indexes.
@jennieaayat99773 жыл бұрын
I have same doubt
@ashoksrinivasan46273 жыл бұрын
I guess it may not overlap
@samuelwilliams7331 Жыл бұрын
To have all 3 x's the indexes would have to match so you can only do 2.
@rohandsouza91473 жыл бұрын
Can we return the string value of LCS in same way as you did in the last part of the video ?
@brennanfradelis92674 жыл бұрын
Awesome video!
@techdose4u4 жыл бұрын
Thanks
@JavaLovers4 жыл бұрын
Nice video request you to please advise which software you using for display
@syedkaja20454 жыл бұрын
amazing vedio
@techdose4u4 жыл бұрын
Thanks
@adhaarsharma7532 жыл бұрын
It should be s1[i-1] == s2[j-1] in else if condition of the code which you have explained.
@abdqadr2 жыл бұрын
That will be correct if he had added 1 to the length of row and col of the table
@datastructure_solved58393 жыл бұрын
Cleanest❤
@summitjoshi79013 жыл бұрын
A higher time complex approach
@sayantaniguha85193 жыл бұрын
Initialization Condition is done according to LCS/LRS logic ?... i.e., filling 1st row & 1st column of DP Table?
@ritwik1212 жыл бұрын
yes
@RaGa_BABA3 жыл бұрын
I dont understand the example of 'AXXX' .here the longest repeating subsequence is XX but no matter which index of X you take when repeating 'XX' one index will be common...please explain
@bharathkumar58703 жыл бұрын
look at the constraint,corresponding characters should have different indices in the main string
@27-Joshna10 ай бұрын
Thank you my doubt got cleared ..@@bharathkumar5870
@parthpate19973 жыл бұрын
How to declare lsc[][] 2d array in when we are returning string ? (I.e in second case )
@techdose4u3 жыл бұрын
Did you try vector of vector of string ?
@gautamsingh39774 жыл бұрын
Hi Tech Dose, is this a leetcode problem?
@techdose4u4 жыл бұрын
I din't find it on leetcode.
@hashcodez7577 ай бұрын
Uncrossed Lines
@abhimani722 жыл бұрын
what about aaa, isisi
@syedkaja20454 жыл бұрын
can we use the same method for forming lcs as you shown in this video
@techdose4u4 жыл бұрын
Yea
@theVSORIGINALs4 жыл бұрын
I EXPECT A REPLY ON THIS length is coming wrong in one of mine testcases ,n=157 expected =45,output=44 gjlapopkvxfgvicetcmkbljopgtqvvhbgsdvivhesnkqxmwrqidrvmhlubbryktheyentmrobdeyqcrgluaiihveixwjjrqopubjguxhxdipfzwswybgfylqvjzharvrlyauuzdrcnjkphclffrkeecbpdipu