Sir, can u plz make DSA tutorials I think after watching time complexity lecture i found a best teacher in you 🙏🙏 plz try to make atleast one vedio on DSA lectures plz
Ok so I am entering in 3rd year now and literally i feel blessed that your video suggested on my feed and i am totally relating you and your college life its almost same i also wasted 2 years of my college life but luckily my CGPA is maintained to 8.6 😂 but i don't able to learn coding 😭 and by seeing your videos i got motivated to follow your path and i have started last 2 3 days and you dont believe in span if this 3 days i feel like i can do.... Yes, Thanks a lot bhaiya for making such videos thank you so much ❤🙏
Hey ... Great video...😁😁 Actually i have just started Coding, n i have 6 months and preparing for Amazon..is it possible to prepare in 6 months, if yes then how..give me a roadmap.. thanks..
Hi! Glad you found this video helpful. It's not impossible to prepare for Amazon and other such companies in 6 months. You just need to be focused with your studies and your practice with Data Structures and Algos. As a fresher, you will be mainly grilled on your algoirthm and problem solving skills. And that can only be improved through sheer practice. I would recommend you to start with any webiste like Interviewbit (my personal preference), leetcode or hackerrank and solve problems starting from easy level and gradually increase difficulty level as you get find it easier. Feel free to DM me in case of any further queries. And please don't forget to subscribe my channel and like this video :)
// C++ program to merge two sorted arrays // std::merge() #include #include using namespace std; // Driver code int main() { int A[] = {1, 1, 9}; int n = sizeof(A)/sizeof(A[0]); int B[] = {2, 7, 11, 11}; int m = sizeof(B)/sizeof(B[0]); // Merging in sorted order int C[m + n]; merge(A, (A + n), B, (B + m), C);
Sir, can u plz make DSA tutorials I think after watching time complexity lecture i found a best teacher in you 🙏🙏 plz try to make atleast one vedio on DSA lectures plz
Keep adding more interview asked ques thanks, man !!
Bro please don't pause , make lot of vedioes ,. So nice explanation and i liked ur explanation
Please keep adding more such questions .very useful. don’t stop them
Eagerly Waiting for N no. of arrays sir
Ok so I am entering in 3rd year now and literally i feel blessed that your video suggested on my feed and i am totally relating you and your college life its almost same i also wasted 2 years of my college life but luckily my CGPA is maintained to 8.6 😂 but i don't able to learn coding 😭 and by seeing your videos i got motivated to follow your path and i have started last 2 3 days and you dont believe in span if this 3 days i feel like i can do....
Yes, Thanks a lot bhaiya for making such videos thank you so much ❤🙏
I just loved you , now I am also coming to Amazon
See you soon!
Wait really this question was askked in fang company interview i don't think so, this was so easy
Hey ...
Great video...😁😁
Actually i have just started Coding, n i have 6 months and preparing for Amazon..is it possible to prepare in 6 months, if yes then how..give me a roadmap.. thanks..
Hi! Glad you found this video helpful.
It's not impossible to prepare for Amazon and other such companies in 6 months. You just need to be focused with your studies and your practice with Data Structures and Algos.
As a fresher, you will be mainly grilled on your algoirthm and problem solving skills. And that can only be improved through sheer practice. I would recommend you to start with any webiste like Interviewbit (my personal preference), leetcode or hackerrank and solve problems starting from easy level and gradually increase difficulty level as you get find it easier.
Feel free to DM me in case of any further queries. And please don't forget to subscribe my channel and like this video :)
Thank you and waiting for part-2....
So simply explained😃😃
Solution is nicely explained but
where is sorted list as said in the headline ??Solution in the video is for sorted array
Keep doing more videos like that , love it
Nice solution ❤️❤️ Bhaiya 😁
Bro, I was not able to think the naive solution, but i was able to think the optimized solution under 10 second.....what should i do
hey i dont find the part 2 . I loved this video
Carry on sir
Can you please give a roadmap for the lateral entry students from other branches who have only three(almost 2) years to prepare !!! 🙏
Yesss I'm also a lateral entry student
💪💪👌👌
In which round can u expect these kinda questions?
Second part please!!!!!!!!!!!!!!!!!!!!!!!!
Part 2 please!!!
Where is that second question with n no of arrays
I wanna ask that total how many coding ques 1 company ask finally ,like in amazon ?
Every round has 2-3 questions and there are total 4-5 rounds. So around 10-15 in total.
bhaiya have a nice sense of sarcasm if u acn relate🤓
Pls make such videos
There are 2 loops running, while(true) and for loop inside, how can the time complexity be O(logn)?
For loop is outside while
Bhaiya communication skills kaise increase like your type
when will part 2 is coming sir..?
Thanks for watching. It's coming soon 🔜
but what if the elements are equal???
interview mai itna easy question ata hai kya?
Sir main arts background se hun , Kya main coding ( c++ , java , phyton ) sikke job Le sakta hun kisi bhi company mein ?
Haa
Nahi
This is just same as merge sort, specially the sorting part of the merge sort.
// C++ program to merge two sorted arrays
// std::merge()
#include
#include
using namespace std;
// Driver code
int main()
{
int A[] = {1, 1, 9};
int n = sizeof(A)/sizeof(A[0]);
int B[] = {2, 7, 11, 11};
int m = sizeof(B)/sizeof(B[0]);
// Merging in sorted order
int C[m + n];
merge(A, (A + n), B, (B + m), C);
for (int i = 0; i < (m + n); i++)
cout
part 2?
Which IDE is this?
Sublime Text Editor
You didn't check for : if a number in first array equal to a number in second array.
ua-cam.com/video/8_wVafmSOHc/v-deo.html
Hello sir, I have a doubt like in the interview will they ask us to write only the function or the whole code including int main and all.
Mostly function only
@@TheCodeSkool Thanks bhaiya. I am from Bits Hyd. Your videos are helping me a lot.Great stuff bhaiya❤️
Improve sound quality