Bhaiya, aapne timestamp->51:36 pe jo tree tha uska preorder bola tha 1 2 4 , par uska preorder to 2 1 4hoga.
@Vaibhavvashishtha1237 ай бұрын
@@seekingsoul871haan
@mrattack23306 ай бұрын
ek number sir
@ankitshrestha64812 ай бұрын
59:00 Bhaiya aab solution accept ho raha h [gfg]
@mohit62159 ай бұрын
Coding is not just writing programs its about "LEVEL OF UNDERSTANDING"
@malaydewari10788 ай бұрын
accha
@fachoyt96864 ай бұрын
No paid course explains things so clearly and in such depth. I really like the way you teach.
@ParvezKhan-mj7yt12 күн бұрын
I solved problem 3 bst and preorder with array. It produced right result.
@GuruDonBharati9 ай бұрын
Love you Bhaiya Thankyou For Your hardwork main abhi lecture no. 15 par hu late Start Kiya hu But ab Continue Karunga 🇮🇳🇮🇳🚩🇮🇳💯💯🤞🙏🎊🎊🎊
@VineetDixit3 ай бұрын
bhaiya,sach me legendary explanation aur code h aapka
@Sanataniblood-mb5pu5 ай бұрын
Best part is roast GFG 😂😂 Another Awesome lecture bhaiya ❤️❤️
@Chandan_agrawal6 ай бұрын
you are awesome teacher .concept ko hamere level par leja kar samajate hai
@ankushladani4969 ай бұрын
Stack wala part was awesome Bhaiya...♥️🚀
@étudianteambitieuse5 ай бұрын
Thankyou bhaiya !! You are best teacher 😊
@Eng_wallah9 ай бұрын
Bhaiya! You are a great person for teaching
@CoderArmy99 ай бұрын
Thanks ❤️
@Noobiee_FPS9 ай бұрын
bhaiya aaj ki lecture mai mzaa aa gya new concept toh interesting tha
@bharatmalik27569 ай бұрын
Bhaiya concept to crystal clear ho gya 🔥
@rahuldurgapal98598 ай бұрын
1:00:28 ye bat aapne bilkul sahi boli bhayia 🥲🥲
@allinonemoviesyt9 ай бұрын
ek number😍
@vijaysingh-n6p9jАй бұрын
Good evening Gurudev😁.
@shubhtalk70739 ай бұрын
Bhaiya heap jaldi start kariye 👍 BTW love your videos 😊
@ParvezKhan-mj7yt12 күн бұрын
Method 3 construct BST from pre order.. Why it doesn't seem like having time complexity of order(n)
@Vardanaggarwal9 ай бұрын
BAAP level concept bhaiya.
@heetpatel30376 ай бұрын
Jai shree Ram ❤️ Aapka lakh lakh shukriya
@ankushladani4969 ай бұрын
Done Bhaiya... Day 165/180 ✅
@Aniruddha_Mukherjee9 ай бұрын
Good morning bhaiya ji😍
@CoderArmy99 ай бұрын
Good morning bhai❤️
@Eng_wallah9 ай бұрын
Radhe radhe bhaiya🙏🏻🙏🏻
@CoderArmy99 ай бұрын
Radhe Radhe bhai❤️
@mohit62159 ай бұрын
Bhaiya aaj ekdum bijli wala chamka
@nikhil316_pspk9 ай бұрын
stack aur heap memory ka usage kaise vary karta hai samaj ayaa
@machinecode2.0479 ай бұрын
Maja ageya Dil garden garden horahahe 😂
@asad_iliyas8 ай бұрын
H/W= Node *createBST(int pre[], int size,int &index,int lower,int upper) { if(index==size || pre[index]upper) return NULL; Node *temp = newNode(pre[index++]); temp->left = createBST(pre,size,index,lower,temp->data); temp->right = createBST(pre,size,index,temp->data,upper); return temp; } // Function that constructs BST from its preorder traversal. Node* Bst(int pre[], int size) { // code here int index = 0; return createBST(pre,size,index,INT_MIN,INT_MAX); }
@parmanandkumarsingh76369 ай бұрын
Love you BHAIYA ❤❤
@CoderArmy99 ай бұрын
Bhai❤️
@ankushladani4969 ай бұрын
Thanks Bhaiya...❤🎉
@Pallab019 ай бұрын
4: Preorder to PostOrder: class Solution{ public: //Function that constructs BST from its preorder traversal. Node* makeBst(int pre[],int &index,int lower,int upper,int size) { if(index==size||pre[index]>upper||pre[index]left=makeBst(pre,index,lower,root->data,size); // build right side root->right=makeBst(pre,index,root->data,upper,size); return root; } Node* post_order(int pre[], int size) { //code here int index=0; return makeBst(pre,index,INT_MIN,INT_MAX,size); } };
@AMITKUMAR-ds4hp9 ай бұрын
Good morning boss ❤❤❤
@CoderArmy99 ай бұрын
Good morning bhai❤️
@lucifersamrat62804 ай бұрын
is nexus is going to be taught on this board bhaiya
@PankajBabu019 ай бұрын
Thank you Bhai ❤❤❤
@utkarshrathore29909 ай бұрын
😇😇
@AakashParvani9 ай бұрын
Good morning bhaiya ❤
@CoderArmy99 ай бұрын
Good morning bhai❤️
@arceus9t3769 ай бұрын
Great ❤
@YashSaini0079 ай бұрын
Bhaiya Radhe Radhe 🙏
@CoderArmy99 ай бұрын
Radhe Radhe bhai❤️
@AshokKumar-sl9fo2 ай бұрын
Mera segmentation fault nhi aaya
@sabiruddinkhan4964 күн бұрын
SOLUTION FOR QUESTION NO. 3 USING STACK: class Solution { public: int canRepresentBST(int arr[], int N) { stacklower; stackupper; lower.push(INT_MIN); upper.push(INT_MAX); int index=0; while(indexlower.top() && arr[index]
@binauralbeats-relaxingmusi43369 ай бұрын
Dsa notes me page no 35 me. Num=0; Cout
@CoderArmy99 ай бұрын
Kunse DSA Notes bhai, humare koi DSA notes nahi hai
Bhaiya aaj ekdum chamka bhaya is ka pdf ya notes bhi ho sakta hai to bana do ya code link
@zafrul_islam9 ай бұрын
✅✅✅✅
@Rahul-cn8bq5 ай бұрын
sab samjh gaya
@YashSaini0079 ай бұрын
Day 167/180 #180DaysOfCode
@itshirdeshk9 ай бұрын
Day 167 ✅🔥
@nitinverma19029 ай бұрын
Good morning bhaiya, I'm unable to join the discord server again unfortunately by mistake I exit the server. Your discord link is showing expired. Please fix this problem 🙏
@CoderArmy99 ай бұрын
Bhai website mein jaao, udhr chat section mein link diya hai, join kar lo
@dayashankarlakhotia49439 ай бұрын
problem no.3 code. class Solution { static int can RepresentBST(int arr[],int N){ Stackst=new Stack(); int root=Integer.MIN_VALUE; for(int i=0;i