harry is the third teacher from whom I'm Learning DSA and trust me, guys....... Harry bhai etni badhiya tarike se batate hai ki pehle complicated lagne wali concepts ekdam crystal clear lagne lagti hai..... Thank you harry bhai.... you're changing lives of many students like me
@@aliabbas632 bhai jitna mehnat muze IT company me 12 lakh package leneme lagega utne me Me IIM nikal sakta ye muze guarantee hai.... So why play for 12 lakh if you can win 40 Lakhs...
we want DSA videos fast. your videos are amazing and very helpful. I'm a final year btech student and after 3years and for the first time could find DSA so much easy and understandable...Thank you so much Harry bhai :)
*-Algorithm to push an into stack-* Step1- if top = max-1 Then Printf("stack is full") ; Exit; Step2- otherwise Top= Top+1;/*increment top*/ Stack ( top) =item; End of if Step3- return;
Yeh Concept hame clg me bhi shikhaya tha toh itna thikse samaj nahi aya tha par bhaiya aapne aise exaplain kiya ki abhi lagra hai yeh stack itna asan tha maja agaya bhaiya Thank you soo much for making DSA this easy for everyone 🙏🙏🙏🙏🙌🙌🙌🙌🙌🙌🙌🙌🙌🙌👊👊👊👊👊
I had learned C , C++ and now learning Dsa and web Development from your channel and many more things to learn from you . Haris Bhai you are life saviour for it students 😄❣
I like all your video . Please make videos on coding on android phone. Laptop is available for few time so make videos on coding on android mobile. Lot of people don't have laptop and want to learn coding so make on all the course of coding in phone . Like java,C, C++ and HTML in android.
Bhaiya thanku for uploading ds algo tutorials in time as in collage this topic is running and you are explaining deepely so i am having good impression on professor thanku bhaiya
WE WANT DS VIDEOS FAST !! Suggestion: Examples you are taking are nice and will be helpful to clear the basic fundas. However, if possible take real time examples from software projects. This will help the software professionals like me.
>>> I have a dout. >>> In the pointer needs variable or an object, So when you writer struct I have a dout. >>> In the pointer needs variable or an object, >>> So when you write "struct stack *sp" so this pointer need an object other wise the pointer make wild pointer and it can't work. >>> So the sp pointer needs object or require dynamic memory allocation >>> Like sp = (struct stack *) malloc(sizeof(struct stack *); then Will work... I think.
bhai apne to bohot asan kardiya mera collage main yeah batate man ko 1.5 ghanta lag jata hain or aap 20 mint mai khatam kar dete hain waa you are a great programmer
bhaiya but jo *sp pointer h voh point kaha kar rha h ? linked list me to hum dynamically struct node malloc se banake struct node ke pointer me assign karte the... yaha vaise kyu nahi kar rhe hain ????
you are really giving your best sir...Salute to your efforts and hard work sir We really want more videos on DSA!!! Do like for him to notice this..pls
hari i couldn't understand this part 12:07 where you wrote sp->arr[sp->top]=Val; please tell me we if we can write arr[top] instead of what you wrote . and, many many thanks to you for making this videos for us and also for free!❤❤
Kya din ka ek Algo/DSA video theek hai ya 2-3 aane chahiye?
Instagram: instagram.com/CodeWithHarry
@codewithharry waiting for NLP tutorials
Bhai aap jaise free ho waise hi karo
Nahi sir 2-3 video aana chahiye please placement is coming.....
Hume aage compititive coding ke liye bhi time chahiye hoga... Jitna jaldi ho sake utna better rahega....and quality ko bhi compromise mat karna... 🙂
Bhaiya plz react.js pe tutorial banaoo.
harry is the third teacher from whom I'm Learning DSA and trust me, guys....... Harry bhai etni badhiya tarike se batate hai ki pehle complicated lagne wali concepts ekdam crystal clear lagne lagti hai..... Thank you harry bhai.... you're changing lives of many students like me
Alhamdulillah ❤
First aur second kon hai
@@himankjeshwar8636 yaad nai bhai mereko.....
Coding chodh di Maine....
Aab MBA karta hu🤣🤣🤣
@@fangrider007 kyu chodi coding
@@aliabbas632 bhai jitna mehnat muze IT company me 12 lakh package leneme lagega utne me Me IIM nikal sakta ye muze guarantee hai....
So why play for 12 lakh if you can win 40 Lakhs...
Bhaiya aap bahut easy way me padethe ho ✌🏻♥️♥️
we want DSA videos fast.
your videos are amazing and very helpful. I'm a final year btech student and after 3years and for the first time could find DSA so much easy and understandable...Thank you so much Harry bhai :)
you are the best teacher in whole youtube channel i ever seen
I understood the meaning of stackoverflow : )
I want dsa lec fast.
Haha me too
++
*-Algorithm to push an into stack-*
Step1- if top = max-1
Then
Printf("stack is full") ;
Exit;
Step2- otherwise
Top= Top+1;/*increment top*/
Stack ( top) =item;
End of if
Step3- return;
Muje aaj do saal se coding sikhne ke bavjood , "ajj" stack overflow ka mtlab smjha . Thanks harry sir :)
Harry bhai is like a messiah for IT students.
Love from Bihar... ❤️
8:43 i have understood stack overflow 💞
u r really doing a good job!
Thankyou for making the concepts of push and pop clear & easy to understand.. 🙂
Understood
Stack overflow
Excellent explaination 🙏🙏
Yeh Concept hame clg me bhi shikhaya tha toh itna thikse samaj nahi aya tha
par bhaiya aapne aise exaplain kiya ki abhi lagra hai yeh stack itna asan tha
maja agaya bhaiya
Thank you soo much for making DSA this easy for everyone 🙏🙏🙏🙏🙌🙌🙌🙌🙌🙌🙌🙌🙌🙌👊👊👊👊👊
I had learned C , C++ and now learning Dsa and web Development from your channel and many more things to learn from you . Haris Bhai you are life saviour for it students 😄❣
This is the best course of Ds algo
Sir mujhe stack overflow ka matlab samajh me aa gaya thanku so much sir
13:00 Quiz
int pop(struct stack *sp)
{
int val;
if(Isempty(sp))
{
printf("Stack is empty");
}
else
{
val=sp->arr[sp->top];
sp->top - -;
return val;
}
We want DSA videos fast ♥️♥️ thank you Harry sir in advanced
Harry bhai course bhot crisp hai aur bhot assan hai.....
Best course ever....
Thank you harry bhai🙏🙏
8:45 I understood the meaning of "Stack OverFlow"
sir mujhe stack overflow samajh aa gayi....Thankyou sir !!!....The best Data structures and algorithms playlist ever !!!
Can anyone plz help I am in confusion
Struct stack *sp
Isme sp kisko point kr rha h hm kya derefrence kr rhe h
Hm esa kyu kr rhe h
Plz help yar
Mujhe stack overflow ka matlab samajh aa gaya hai❤️
Are you in first year or second?
Owesome Harry bhai whole series helping a lot to understand DSA
i am your greatest fann
😍😍😍😍😍
Sir you are very genius because you give free educations for new generation that is good work's sir
Thank you harry bhai you are helping lakhs of engineering students ! I'm one of them aise videos banate rehna !
U make the topics very interesting and easy to understand!!! Thanks a lot sir.
even your hindi is understable to the south state people also vaa vareee vaaa
I like all your video . Please make videos on coding on android phone. Laptop is available for few time so make videos on coding on android mobile. Lot of people don't have laptop and want to learn coding so make on all the course of coding in phone . Like java,C,
C++ and HTML in android.
Bhai your way of teaching is absolutely great 👌👌👌👌👌👌❤❤❤
sir, at 17:05 we can also write
ptr -> top -= 1 ;
return ptr -> arr [ptr->top+1];
same doubt
why aren't we removing that top element after using pop function???
Bhaiya thanku for uploading ds algo tutorials in time as in collage this topic is running and you are explaining deepely so i am having good impression on professor thanku bhaiya
love your hard work ❣️
Thank you bhaiya hum logo ko itna help karne ke liye.... And apki wajese ajj pata chal gaya stack overflow asli meaning❤😊
13:00 koshish karne walon ki kabhi haar nhin hoti tried the pop by myself
13:00 Haan Harry bhai, maine koshish ki thi aur successfully ho bhi gya.☺️☺️☺️
WE WANT DS VIDEOS FAST !!
Suggestion: Examples you are taking are nice and will be helpful to clear the basic fundas. However, if possible take real time examples from software projects. This will help the software professionals like me.
If you call yourself a software professional, I don't think you would/should need others to give you examples. 💀💀
Mujhe stackoverflow ka mtlb pta chl gya, thnx to harry bhai😊
sir please create a playlist on competitive programming, your teaching style help us understanding the concepts in depth
right
harry brother caash aap jaise teacher sabhi college me hote to aaj hm log ka syllabus piche nahi hoha.
We want DSA and i have to cmplte till 15 sept🥺🙌
Harry bhai thanks a lot itne saare videos banane ke liye!
>>> I have a dout.
>>> In the pointer needs variable or an object,
So when you writer struct I have a dout.
>>> In the pointer needs variable or an object,
>>> So when you write "struct stack *sp" so this pointer need an object other wise the pointer make wild pointer and it can't work.
>>> So the sp pointer needs object or require dynamic memory allocation
>>> Like sp = (struct stack *) malloc(sizeof(struct stack *); then Will work... I think.
I think pointer needs only address and malloc returns address of allocated memory in heap.
bhai apne to bohot asan kardiya mera collage main yeah batate man ko 1.5 ghanta lag jata hain or aap 20 mint mai khatam kar dete hain waa you are a great programmer
Currently doing your web development series and enjoying it
Same here
Where you reached??
Same here,
I am doing tutorial number #81.
And it's aswemo.
mujhe stack overflow samajh aa gaya masterji bohot e behetarein tarike se......
I want every DSA videos fast asap including every important topic
thank you so muchh harry bhai mujhe nhii pta tha ki DS itna aasaan lagega kbhi mujhe
bhaiya but jo *sp pointer h voh point kaha kar rha h ?
linked list me to hum dynamically struct node malloc se banake struct node ke pointer me assign karte the...
yaha vaise kyu nahi kar rhe hain ????
Harry Bhai
Aap Whatsapp pe massage bhej ke dikhao python ki madad se
🤟
Also seen your Python toturial playlist
In Lockdown which is excellent
Easy code😪
Thnk u bhaiya I think in my first yr that I'm literally very weak in coding but now u are boosting my confidence 😊
Question :- what is stack overflow? 😁
Edit:-
"pop()" :-
if(isEmpty()){
printf("stack underflow");
return -1;
}
else{
val = sp->arr[sp->top];
free(sp->arr[sp->top]);
sp->top - - ;
return val;
}
But Harry Bhaiya Aapne memory free nhi ki 🤔
why return -1
@@areezmuhammedbecause it's empty hence top will be -1
Mujhe StackOverflow ka matlab samaj aggya Thank you harry bhai
Smajh to aa rhi h sir but apka notes wala link open hi nahi ho raha 😢
Mjy stack overflow ka mtlb smj aa gya h.. JazakAllah khair
1st view
Tum chezo ko bohot acche se easy way Mein explain karte ho bhai
Harry vaii you are my superhero ❤️
thank u so much harry bahi....app bahut achha samjhate ho....betech cse aap hi bharose kar rahi hu...thank u so much
Stack Overflow samajh aa gaya ache se Harry Bhaiya
Hats off to you,you are making my future bright
We want DS Video fast 😌😊
Bhaiya jaldi - jaldi dalo videos 🔥🔥
Sir aap sacha me bahot hi achcha padhate ho...
you are really giving your best sir...Salute to your efforts and hard work sir
We really want more videos on DSA!!!
Do like for him to notice this..pls
i appreciate ur teaching bhaiya 😍😍😍Superb Pedagogy😍😍
You are genius l. I. Tian.
Thank you sir for it
You are very great teacher in the world
This is a great video. Concept cleared. Thank you Harry Bhai.
very hard work harry bhai
I understand stack overflow... thanks Harry bhaiya
I really understood stack overflow in this video. Thanks a lot Harry bhai.
We want DSA video fast. Awesome bro!!
Aa gya Harry baba ka STACK OVERFLOW ka gyaan👍👍
You are the best teacher
I understood the meaning of stack overflow and stack underflow😃
Thank you so much for such high quality free content
I understood stack overflow!! Great explaination
I am your fan❤😇.... Thankuuu so much .... Bhai suche bht mehnt krty ap💞
you are a one of best teachers ,thank you sir
understood the meaning of stackoverflow
thank you harry bhai
you teach better than my lecturer in data structure
Great work "stack overflow"
Bhai kitni mehnat karte ho aap salute bro
muje stackoverflow ka matlab samaj aa gaya ✌🏻♥️♥️
(9:15)stack overflow smjh me aa gya😁😄
I understood the meaning of stackoverflow : )
😄😊😊😊😍
Sir your content made dsa too easy😀
i tried pop operation on my own..videos are really helpful.
I understood the meaning of stack overflow. Thanku so much 🙏🙏🙏🙏
Really tooo good 😘😘😘👌👌
You are doing very good job...keep going
Your study material is very easy and helpful
12:00
void pop(struct stack*ptr,int size){
if (isempty(ptr,size))
{
printf("can't pull stack is empty");
}
else{
ptr->top--;
ptr->size--;
}
}
is this correct? if ys could you please explain
hari i couldn't understand this part 12:07 where you wrote sp->arr[sp->top]=Val; please tell me we if we can write arr[top] instead of what you wrote . and, many many thanks to you for making this videos for us and also for free!❤❤
Thanks bhaiya Stack Overflow samaj aa gaya
8:51 stack overflow samajh m aa gya🤗
Stack overflow aa gaya 😀❤️
Dsa ko halwa bana dia bhai ne
Tysm ♥
You are very great sir. 👍👍👍
13:04 isEmpty() will be first checked then
sp-> top --;
free(sp->arr[sp->top]);