Hi bro...I have got placed in Presidio at 9.5LPA and your videos helped me a lot during my preparation...In my coding round I have got Group anagram program under leetcode and the interview appreciated for the unique approach which I prepared from your channel Thank you for your videos .... Without your video i couldn't have achieved this...Keep posting videos and making learning coding easier🤩
Bro wasteless channels follow pandrathuku padhila unna mari channels ku follow koduthu irrukalam intha question apadiyae zoho second round la vanthuchi unoda chanela pathu irruntga inneram zoho select agi irrupen pakkama ponathu en thappu than ana semma bro ni
leetcode have added two more testcases for this problem.. where they are giving more than 36 char for 1 string ... int limit aa thandi poguthu so for that test case i am getting wrong answer .....even if i declare prod as Long I am not able to pass the last test case...
actual ah N ndradhu number of strings illa, total number of characters. so namma method la all character once dha pakrom. but old la ovvoru stringkum other strings ah paapom
Input : ["aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"] Output I got : [["aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"]] Expected Output : [["aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"],["aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"]] The square brackets are missing . Please help with this error . What could have went wrong ?
Hi bro...I have got placed in Presidio at 9.5LPA and your videos helped me a lot during my preparation...In my coding round I have got Group anagram program under leetcode and the interview appreciated for the unique approach which I prepared from your channel Thank you for your videos .... Without your video i couldn't have achieved this...Keep posting videos and making learning coding easier🤩
I am so happy to hear this. you did this with your hard work. all the very best
@@saruhasan9145 Round1 mcq+problem solving
Round2
Interview
Round3
Application development
Round4
Personal HR
Bro coding round are execute where? Website like (gfg, leetcode) or IDE.
@@Suuuuuiiiiiiiiiii They have their own website to attend the test and it contains testcase like gfg
Bro i am 3rd year biomedical
engineering , what I want to do for get place
Bro wasteless channels follow pandrathuku padhila unna mari channels ku follow koduthu irrukalam intha question apadiyae zoho second round la vanthuchi unoda chanela pathu irruntga inneram zoho select agi irrupen pakkama ponathu en thappu than ana semma bro ni
Bro dsa use pannalama 2nd roundla please tell me
super explanation 🤩
use ascii instead of prime numbers
Very useful bro. I will pray for you to get millions of subscribers.
Very thankful to you bro....🙂
Super bro very useful 😍✨
Best solution. Superb bro
glad u liked it
Vera level thalaiva 🎉
nandri thalaiva
Super bro
Super bro💥
🙌
leetcode have added two more testcases for this problem.. where they are giving more than 36 char for 1 string ... int limit aa thandi poguthu so for that test case i am getting wrong answer .....even if i declare prod as Long I am not able to pass the last test case...
you can try BigInteger .
Asci values saw prime ku padhila podalam apo
illa bro, ascii values um non prome ah dhane irkum. en non prime use panna koodadhunu video laye sollirken parunga
Ippo kuda o(n2) dhaana bro time complexity..?
actual ah N ndradhu number of strings illa, total number of characters. so namma method la all character once dha pakrom. but old la ovvoru stringkum other strings ah paapom
@@AlgoTamizha hello bro I applied for ZOHO QA Wht is my interview process
Out of 120 la 117 test pass aaguthu bro ?
🤩
Bro if given string have capital and small letters means how it will work broi
you can convert it into either lowercase or upper case
Input : ["aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"]
Output I got : [["aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"]]
Expected Output : [["aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"],["aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"]]
The square brackets are missing . Please help with this error . What could have went wrong ?
i too got this