UPDATE Node with value 12 will not make BST because it's not satisfying the BST condition by mistake I told that it's making BST... but in next part of intuition I have explained the correct things
@tech-rhino44692 жыл бұрын
Bhai ye comment dekhne se pehle me soch raha tha bande ne kaunsa maal phook lia hai
@DurgaShiva75749 ай бұрын
bahut badiya padhate ho aap, behtareen
@zeenatfirdoshquadri82592 жыл бұрын
explanation much clearer than top tutors
@rawat_ji51832 жыл бұрын
true
@rawat_ji51832 жыл бұрын
perfect explanation sir 😁😁
@ankitdubey93103 жыл бұрын
kafi bawal solution!!
@ajitkumar4-yearb.tech.civi1913 жыл бұрын
Thanks Bhaiya....ur videos are very helpful 😊
@CodeLibrary3 жыл бұрын
Always welcome
@parasagarwal3368 Жыл бұрын
Thanks. Great Explanation bhai.
@harshalgarg11493 жыл бұрын
Your videos are really helpful. 👌
@altafmazhar77622 жыл бұрын
Great Brother
@shaanbansal77753 жыл бұрын
thank you vro and you are a excellent teacher
@dhruv20143 жыл бұрын
Fantastic code and explanation 🔥🔥🔥
@rimpiranibaruah53533 жыл бұрын
Excellent explanation
@tanyagupta0201 Жыл бұрын
OP 🔥
@vishadjain26963 жыл бұрын
Nice explanation....
@abhishekchakrabarty29303 жыл бұрын
Very much helpful
@kumarivandana15543 жыл бұрын
Nice explanation
@ashishchaturvedi13012 жыл бұрын
Thanks Man... great video... but line number 129 is not required.
@surajpatil32473 жыл бұрын
bro ! x aur y me left ka min aur right ka max kyo liya? hume to left ka max aur right ka min chahiye na ????
@suryanshsingh69063 жыл бұрын
Op bhai
@gauravjaiswal74073 жыл бұрын
very nice!!
@helloUser12373 Жыл бұрын
Bro, 4:58 12 root wala bst nahi banayega, bcoz 12>9 and 12>10.
@AnandKumar-uy7nn2 жыл бұрын
Just a little trimmed code !! vector solve(Node* root){ if(root == NULL) return {1,0,INT_MAX,INT_MIN}; auto l = solve(root->left); auto r = solve(root->right); if(l[0] and r[0]){ if(root->data > l[3] and root->data < r[2]){ int x = l[2]; // min int y = r[3]; // max x = min(x,root->data); y = max(y,root->data); return {1,l[1]+r[1]+1,x,y}; } } return {0,max(l[1],r[1]),0,0}; }
@sudheer48663 жыл бұрын
There is no need to put the second line in the solve function as (!root) this line return statement will make sure all the code is correct
@akashjain32543 жыл бұрын
Nice explaination bhai 👌👌👌
@CodeLibrary3 жыл бұрын
Thanks
@FaisalKhan-oy4zz3 жыл бұрын
🔥
@nishantmittal15063 жыл бұрын
code sahi chl gya?? mera WA de raha hai
@ankitdubey93103 жыл бұрын
same bro, infact mere mein segfault aa raha hai
@ghazanferwahab56733 жыл бұрын
@@ankitdubey9310 if(y==MIN_VALUE) hoga,dono mein max leliya hai
@chanduchandrakanth51313 жыл бұрын
Bro next topic is stack and queues
@CodeLibrary3 жыл бұрын
Okay
@tekbssync57273 жыл бұрын
3:54 wait what? galat bol rha hai bhai ... 😂
@CodeLibrary3 жыл бұрын
Yaa node with 12 will not make BST by mistake I told that it will make BST... But age intuition sahi diya hu
@zyro99222 жыл бұрын
Best explanation
@bholeKBhakt3 жыл бұрын
Discord link ?
@tusharkumar95113 жыл бұрын
bhai tree aur linked list ki playlist fadddu h
@CodeLibrary3 жыл бұрын
Thanks 😀
@gauravkumarsaini90822 жыл бұрын
banda nhi hai, element hai bhai....
@256944483 жыл бұрын
Can you please provide the Java Code for this problem
@Surajrawat-xx1gw2 жыл бұрын
bro how can i get this excel sheet
@CodeLibrary2 жыл бұрын
It's given in description
@pranjaljain73313 жыл бұрын
12 wala bst nahi banega because 12>9 and 12>10
@tekbssync57273 жыл бұрын
exactly
@sainisaab6842 жыл бұрын
flow flow me feel le gya bhaii :)
@srishtiporwal29382 жыл бұрын
My 16th test case is failing
@namanftw86413 жыл бұрын
opppp
@ramswrooppatidar759910 ай бұрын
abe daru pee ke vedio bante ho kya beee , 12 ke right me dono chhote hai ,