Lecture 62: Binary Trees & its Representation || Different types of Traversals

  Рет қаралды 704,681

CodeHelp - by Babbar

CodeHelp - by Babbar

Күн бұрын

Пікірлер: 467
@shobhitshrivastav9775
@shobhitshrivastav9775 2 жыл бұрын
Suru majboori(placements) mein kiya tha ..pr ab mzaa aa rha hai💯💯💯💯💯💯💯💯💯💯💯💯🌟
@krishanapoorv7710
@krishanapoorv7710 2 жыл бұрын
Agree😅
@beingproductive22
@beingproductive22 7 ай бұрын
bhai placement lag gyi??
@kuldeepthakur9968
@kuldeepthakur9968 Ай бұрын
@@beingproductive22 🤣
@rajmax0909
@rajmax0909 2 жыл бұрын
we can relate to root and simply remember order by traversal name- preOrderTraversal = root, left, right inOrderTraversal = left, root, right postOrderTraversal = left, right, root
@MukeshKumar-fz3sw
@MukeshKumar-fz3sw Жыл бұрын
sahi hain bro
@manpatel9157
@manpatel9157 Жыл бұрын
Thanks bhai🙏
@goodjob8652
@goodjob8652 5 ай бұрын
thanks bhai
@siriam2137
@siriam2137 2 жыл бұрын
The level of quality and consistency this channel provides would drive and encourage students to sit back and study hard.. Hats off for your dedication!!✨
@saksham1861
@saksham1861 2 жыл бұрын
Any Idea by what time will this course end?
@John12685
@John12685 2 жыл бұрын
@@saksham1861 Bhai Jo parha rhy hain utna sb kr liya tmne??
@saksham1861
@saksham1861 2 жыл бұрын
@@John12685 Nhi bro, I was just asking so that I can match my time with the course.
@John12685
@John12685 2 жыл бұрын
@@saksham1861 Yr don't think much.. Jo chal rha hai jtna parhaya ja rha bs usy practice kro achy se. End honay ki fikr Ni kro... Start hua ha to compete b hojayge... Ab to honay wala hai wese
@peterpace3379
@peterpace3379 2 жыл бұрын
@@saksham1861 Don't wait for the destination Just embrace the grind and enjoy the journey.
@Hrithik-k9m
@Hrithik-k9m 10 ай бұрын
In order means IN / between so N is in between so L N R, Pre Order means pre/before so N is at the start so N L R, Post Order means post/After so N is at the end L R N, & Left is always left to the right It Might help
@samiijaz128
@samiijaz128 5 күн бұрын
Bro ❤❤
@samiijaz128
@samiijaz128 5 күн бұрын
Bro ❤❤
@priyanshisharma5115
@priyanshisharma5115 10 ай бұрын
bhaiya puri video dekhi hai and sth sth coding bhi kari hai and samjh full 100% aagya thanks for explaining this concept so easily
@LuciferMorningstar-b6o
@LuciferMorningstar-b6o Жыл бұрын
bhai clg me 3 lectures liye sir ne sirf in-order, pre-order or post-order ke kuch samaj nahi aya, yaha 10 minutes me sab samaj aa gaya, thank you so much love babbar bhai maja hi aa gaya
@avishkarpatil5871
@avishkarpatil5871 9 ай бұрын
22:40 - Without using separator as NULL void display(node* root){ // without using NULL for newLine printing queue q; q.push(root); while(!q.empty()){ int n = q.size(); for(int i = 0; i < n; i++){ node* temp = q.front(); q.pop(); cout data left) q.push(temp->left); if(temp->right) q.push(temp->right); } cout
@SahilMathur-z1w
@SahilMathur-z1w 4 ай бұрын
did u think of this yourself? im not able to create my own solutions ..pleasehelp
@ajazahmed5079
@ajazahmed5079 2 жыл бұрын
Bhai kya quality hai, maza aa jata h lecture dekhh kar, proper optimized approaches. Tree and graph is much needed, i hope u will keep giving quality videos bhai.
@JatinKumar-w7f
@JatinKumar-w7f 8 ай бұрын
well I did reverse level order triversal of binary tree but I had to use queue and stack both to solve them ☺☺☺☺☺☺ and I did it's code by my self. and with the help you sir, you are so great sir
@mondaymon3084
@mondaymon3084 2 жыл бұрын
subah ke 4 bjj gye hai and babbar bhaiya ke top notch content ko bina dekhe sone ka mnn nhi kr rha.... Hrr din maza aa rha hai... Thanks a ton !! :)
@PriyankaSingh-ni8bf
@PriyankaSingh-ni8bf 4 ай бұрын
Completed the 1st half. I'm now very confident. Pehle bahot darr lagta tha DSA ke naam se lekin ab moderate si chiz lagti hai. Thank you bhaiya ye course free me dene ke liye.
@golubhattuk01
@golubhattuk01 Жыл бұрын
simple trick print the node in NLR ->first time your reach at any node --> preTraversal LNR -> second time your reach at any node -> inTraversal LRN -> third time your reach at any node ->postTraversal
@shraddhagulati3081
@shraddhagulati3081 2 жыл бұрын
We can't get such a level of quality in paid courses like we are enjoying in this playlist
@tayyabtararhafizabad
@tayyabtararhafizabad 2 жыл бұрын
Greetings Babbar, Hope you are doing well. Firstly I am thankful to you for your outstanding playlist on DSA. Dear, our exams are coming soon and we whole class are looking towards you to watch your implementation lecture on the red black tree. Please, if possible make a detailed lecture on this topic. We shall be grateful to you. Kind regards, Students of UCP-Lahore, Pakistan
@gauravrajiitbbs
@gauravrajiitbbs Жыл бұрын
Love from India
@venkateshpk7822
@venkateshpk7822 9 ай бұрын
i have started dsa from past 3 months you're explanation and quality is upto the mark till now
@AmanKumar-ec6bz
@AmanKumar-ec6bz 2 жыл бұрын
Congratulations bhaiya for 3 months completed continuously video uploaded and very useful content provided us . thanku Thanku so much ❤️
@harsh55
@harsh55 2 жыл бұрын
bhai trust me aapne mera tree ka fear ek bar me gayab kar dia , I was always scared and confused with trees. Thank you so much ! yah tak a gaya hu puri series khatam karke rahenge
@ManmohanBhardwaj-ft2hu
@ManmohanBhardwaj-ft2hu 11 ай бұрын
hai bhai maine pura lecture complete kiya hai aur effort dono side se ho rahi hai 🧡🧡
@ItsMe-iz2kb
@ItsMe-iz2kb Жыл бұрын
Kesi bat kr rhe ho bhaiya q nhi dekhege puri video.. The level and quality of content is too good no one can leave the course in the middle.. Thank you bhaiya for provided such a quality of video and full course . Thank you❤❤
@CodeChakra
@CodeChakra 3 ай бұрын
sir aapse padhke ke sare concept clear ho jate hai aap bahot aacha padhte ho 😃 😃😃
@sunny-gb6xh
@sunny-gb6xh Жыл бұрын
Thank you bhaiya for grt consistency and content. Agar ap itni mehnt se video banate ho to hum bhi puri video dekhte hai bhaiya.
@063harshsahu2
@063harshsahu2 Жыл бұрын
we can further optimise the count the leave node code if (root == nullptr) { return 0; } if (root->left == nullptr && root->right == nullptr) { return 1; } int leftLeaves = countLeaves(root->left); int rightLeaves = countLeaves(root->right); return leftLeaves + rightLeaves;
@vaibhavsaini1234
@vaibhavsaini1234 Ай бұрын
Bhaiya! Excellent job! Jo yeh LRN, LNR, NLR se samjhaya haina! Isse toh matlab swad hi aagya! Too good bro! Thanks a lot👏👏👏👏👏👏
@FatimaKhan-nt1cz
@FatimaKhan-nt1cz Жыл бұрын
My heart fills with happiness and satisfaction when I search for a topic and your video pops up.
@Niki_0011
@Niki_0011 Жыл бұрын
College mai esse teacher mill rkhe joo pheli baar dsa padare or khud question net pe dek ke karare literally kux smj ni aya but bhaiya literally you are God for me, when i started this serious i felt like i did not complete it but ya i have completed 62 Lecture 🔥 and complete this series . Thank's Bhaiya ❤
@ankitmeshram5398
@ankitmeshram5398 2 жыл бұрын
It is amazing how you taught the tree so easily and simply. Thank you so much, sir.
@PriyanshGautam
@PriyanshGautam 2 жыл бұрын
Present bhaiya! Thanks from bottom of my heart. You r really doing so hardwork for us. God bless u.❤❤
@anand-shankar-dev
@anand-shankar-dev Жыл бұрын
Yrrrr bhaiya ye kbse smjh nhi aa rha trha aapse 1st attempt me smjh gye ... Hats Off to you. thank you bhaiya🥺🥺❤❤
@ishanpandey5917
@ishanpandey5917 3 ай бұрын
what is feel is ki dry run after writing the code is the USP of babbar sir because that dry run makes the code and the logic super clear
@hitesharora4883
@hitesharora4883 10 ай бұрын
bro yha tak sari video dekhi hai don't get dishearten you are doing an amazing job. maazza a rha hai bhai Keep doing bro
@zimstuds7430
@zimstuds7430 2 жыл бұрын
54:50 ye sunke dil jeet liye aapne
@jayantthakur8528
@jayantthakur8528 Жыл бұрын
watching videos till end with consistency bhaiya hard questions se dar lgta tha, ab to kuch nhi hai
@prabhatmishra5667
@prabhatmishra5667 2 жыл бұрын
Reverse Level Order Traversal vector reverseLevelOrder(Node *root) { queue q; q.push(root); vector ans; while(!q.empty()) { Node *temp = q.front(); q.pop(); ans.push_back(temp->data); if(temp->right) q.push(temp->right); if(temp->left) q.push(temp->left); } reverse(ans.begin(),ans.end()); return ans; }
@tusharvaish8096
@tusharvaish8096 2 жыл бұрын
How print enter , and how to do without using vector ?
@bookssky
@bookssky Жыл бұрын
​@@tusharvaish8096use stack
@j4hnvi
@j4hnvi Жыл бұрын
@@tusharvaish8096 pop elements from queue and put in a stack you'll get reverse
@arsh8212
@arsh8212 3 ай бұрын
@@tusharvaish8096 umm you can use array but requires declaration of size and initialization as an argument to the function rest is simple logic vector reverseBFS(Node *root) { queue q; vector ans; q.push(root); q.push(NULL); while(!q.empty()) { Node *temp = q.front(); q.pop(); ans.push_back(temp); if(temp == NULL) { if(!q.empty()) { q.push(NULL); } } else { if(temp -> left) { q.push(temp -> left); } if(temp -> right) { q.push(temp -> right); } } } return ans; } and in the main body : vector ans; ans = reverseBFS(root); for(int i = ans.size() - 1; i >= 0; i--) { if(ans[i] == NULL) { cout
@tusharvaish8096
@tusharvaish8096 3 ай бұрын
@@arsh8212 dude its have been an year and I'm now much better in dsa
@anuradha3868
@anuradha3868 Жыл бұрын
I didn't get level order traversal 😅😅 but could able to solve in , pre and post order traversal by my own without watching the code thankyou so much babbar bhaiya ❤️🙏
@B_S_enterainer_2025
@B_S_enterainer_2025 Жыл бұрын
bhiya aap se jab se padhne laga hu na ek alag si attachment ho gyi hai aapase ab to asa laga hi agar apko na dekhu to kaise din dalea great work bahiya i i placed my dream company i wish to meet to you
@avibirla9863
@avibirla9863 2 жыл бұрын
Bhaiya achha hua BFS ka dry run karaya tab jaake Pura samjha k kya ho raha h queue m ..varna kuch bhi nhi samj raha tha .....DRY RUN IS IMPORTANT !!!!
@aishwaryaporwal2321
@aishwaryaporwal2321 2 жыл бұрын
Bhaiya kaamal dhamal krdia aapne toh best ho bhaiya aap💯💯♥️ plss bhaiya Trees pai bht questions krwana yah thoda difficult lgta h😬
@hashcodez757
@hashcodez757 Жыл бұрын
bhaiya mza aagya!! itna basic aur mjedaar tareekey se kisi ne nhi padhaya
@naveensingh_0735
@naveensingh_0735 2 жыл бұрын
Tree tak aa gye!!! We've come a long way!!! Thank you bhaiya
@AnuMessi10
@AnuMessi10 2 жыл бұрын
Tree and graph, the two data structures which separates the peasants and the royals 🔥
@CodeHelp
@CodeHelp 2 жыл бұрын
Reminds me of 9th Class SST
@mancunianswagger3668
@mancunianswagger3668 2 жыл бұрын
What a quote👌
@ManishMandal-k6p
@ManishMandal-k6p Ай бұрын
Amazing lecture of tree i know understand every thing in this lecture
@the_haryannvi_coder
@the_haryannvi_coder Жыл бұрын
38:00 nhi bhai aa gya h samaj, aapne itne ache se jo btaya h ❤❤❤❤
@raghavmanish24
@raghavmanish24 9 ай бұрын
i'm learning tree first time and it's i get all of content of this video.....thanku bhaiya
@tirthrajmahajan3234
@tirthrajmahajan3234 9 ай бұрын
My Implementation of Reverse Level Order Traversal Order Traversal Thought Proceess: While printing level order traversal, we used to print the front of queue directly if it existed. So if we store the front of queue into a stack, then later we can print the order in reverse. Without the pyramid style printing: void reverseLevelOrderTraversal(Node* root){ coutleft); } while(!st.empty()){ cout
@mayurgupta1110
@mayurgupta1110 Жыл бұрын
leaving this channel bhaii nee huggg diyaa level order traversal me
@anshrai6
@anshrai6 Жыл бұрын
shi me chutia banaraha ha ye
@watashibaby8036
@watashibaby8036 2 жыл бұрын
Video k last mein apke words sun k muje aur motivation milli hai... Thanks for you quality content ❤️
@prateeksharma3680
@prateeksharma3680 2 жыл бұрын
attendance marked 👍👍👍 consistency next level 🔥🔥🔥
@shubhammathur027
@shubhammathur027 Жыл бұрын
Following this channel from very 1st video but this video can not justify the level of content he is sharing with us yes this video is not at that level but still love for babbar bhaiyaa❤😊
@ashvinbari9687
@ashvinbari9687 Жыл бұрын
Me pura last tak dekhta,Thanks sir
@RohitPatel-cq3vg
@RohitPatel-cq3vg Жыл бұрын
I am completed this video's Awesome video I like and brief introduction so much useful for understanding concepts
@prakharsingh1203
@prakharsingh1203 Жыл бұрын
🤩🤩🤩😍😍😍😍😍😍Bhaut Achese samjh aayaaa Tree kaa concept Thankyou bhaiya
@Devkumar-en7zu
@Devkumar-en7zu 9 күн бұрын
code likhne se acha dry run karwa kar padhaya kare sir bcz that is better for clearance of the topic
@songlyrix
@songlyrix 6 ай бұрын
bhai isi trha samjhate rahu hum pori Koshish krte hain samajhne ki lekin constructor nhi samajh aya. apki videos usi time samajh aye gi jab pichli videos dekhe ge lekin itna time nhi hota k ik topic samajhne k liye baki videos dekhen
@prashantbirajdar9271
@prashantbirajdar9271 2 жыл бұрын
mast bhaiyaa ekdum maza a rha hai muze ....ekdum samaj aa rha hai subkuch badhiya tarike se...nicee..love u bhaiyaa
@anuketkumar
@anuketkumar Жыл бұрын
mind blowing content bhiya, pura implementation smjh gya.
@mukulmishra24
@mukulmishra24 2 жыл бұрын
Queue ki video dekhte dekhte binary tree ki video aagai....next level efforts🔥
@omgupta5477
@omgupta5477 2 жыл бұрын
The level of quality and consistency this channel provides would drive and encourage students to sit back and study hard.. Hats off for your dedication!!✨, placement phodenge
@satyamkumarrai6112
@satyamkumarrai6112 Жыл бұрын
BHAIYA CAN YOU PLEASE MAKE A PLAYLIST FOR APTITUDE Questions for Incampus and Offcampus Placement
@VK_BRANDING
@VK_BRANDING Жыл бұрын
Advance congratulations for 500k subscriber's @Codehelp🎉🎉🎉❤❤
@aryan5035
@aryan5035 2 жыл бұрын
Consistency OP. Your consistency motivates to be consistent.👏
@ayushp4471
@ayushp4471 2 жыл бұрын
Thank you bhaiya for your efforts 54:54 Happy to be in 1% 😌✨
@arv8547
@arv8547 2 жыл бұрын
bhaiya mujhe bohot dukh h ki mujhe aapka channel first sem ke baad second sem me mila.Ek sem me aapke video se jitna sikhta utna productive dusra koi channel.....famous ones.....koi nahi laga
@Samtoosoon
@Samtoosoon 3 ай бұрын
Node*build tree(node *root) { cout right= Return root;
@Samtoosoon
@Samtoosoon 3 ай бұрын
node(int d) { this--data=d; this left = null; }
@rachitmittal448
@rachitmittal448 Жыл бұрын
HW: Reverse Level Order Traversal Use Stack along with Queue void ReverseLevelOrderTraversal(Node* root){ queue Q; stack S; S.push(NULL); Q.push(root); Q.push(NULL); Node* temp; while(!Q.empty()){ temp = Q.front(); Q.pop(); if(temp){ S.push(temp); if(temp->right){ Q.push(temp->right); } if(temp->left){ Q.push(temp->left); } }else{ S.push(NULL); if(!Q.empty()){ Q.push(NULL); } } } S.pop(); while(!S.empty()){ temp = S.top(); S.pop(); if(temp){ cout data
@soumyadipsamanta3771
@soumyadipsamanta3771 2 жыл бұрын
I dont know vaiya what motivates you to do this series one after other video consistently with complete and full information in such a detailed way. I just can only say that I have net seen any other placement series in so detailed and easy to understand way in youtube. Even I was thinking that, is there anything which can be added or change about the way you are teaching so that I can mention about that in comment but really simply nothing came to mind. This placement series is way too perfect vaiya❤️❤️
@HARRY-xz1hf
@HARRY-xz1hf Жыл бұрын
Money
@jitendrasharma2388
@jitendrasharma2388 2 жыл бұрын
kya fadu course bna rhe ho bhaiya bole to jhkas
@shivanshisharma3718
@shivanshisharma3718 2 жыл бұрын
Bhaiya mai peeche rahegi but mai sb cover kr lungi Thankeww so much bhaiya 👍
@navdeepladdha1775
@navdeepladdha1775 Жыл бұрын
Completed binary tree first lecture mja aagya 🙏👍🫡
@rookie2048
@rookie2048 2 жыл бұрын
bhailog like and comment na bhulo he is working hard and creating this for free. He could have chosen to sell it for some amount but he did it for free. Its not like he is not doing it for himself and jut doing it for us, ofc he earns money from this but We should be thankfull that we have this playlist ready for us.
@prachigupta4605
@prachigupta4605 6 ай бұрын
Best explained with run, I am taking live class of Fraz It is terrible
@asdsd-wu4yw
@asdsd-wu4yw Жыл бұрын
G.O.A.T of patience and teaching 🤩🤩🤩🤩🤩
@jatingarg1897
@jatingarg1897 2 жыл бұрын
Badhiya Bhai! Mza aa raaha hai sachme bahut! Thanks to you.
@karanborana8540
@karanborana8540 2 жыл бұрын
Just finished the video! Totally loved it ! 🙌😍 Your consistency and dedication is on next level...🙌👌
@KPCoder
@KPCoder 2 жыл бұрын
Thanks you sir, excellent content, no one can explain like you from basic 🙏 god bless you
@ManmohanBhardwaj-ft2hu
@ManmohanBhardwaj-ft2hu 11 ай бұрын
Ha bahi concept clear hai 👍👍 bas revision ke time ke concept recall karne mai thoda time lagta h
@shubhamaswal1068
@shubhamaswal1068 2 жыл бұрын
3:36 AM pe shoot khatam lots of love bhaiya you encourages us so we give our level best
@tanyagupta7067
@tanyagupta7067 2 жыл бұрын
thankyoufor providing this video and playlist, has helped me to quickly understand evrything.
@arpit7618
@arpit7618 2 жыл бұрын
your efforts are just high level
@shashankgaur3917
@shashankgaur3917 2 жыл бұрын
If you know that time was "3:36" you are doing good to yourself 🙂
@SachinGoswami-d7i
@SachinGoswami-d7i Жыл бұрын
code for Reverse order traversal void reverse(Node* root) { queue q;' q.push(root); stack s; while(!q.empty()) { Node* temp = q.front(); q.pop(); s.push(temp); if(temp->right != NULL){ q.push(temp->right); } if(temp->left != NULL){ q.push(temp->left); } } }
@ArnavShukla
@ArnavShukla Ай бұрын
16:23 pe hi apne ap tree banna kaise roka program mai? kuch code mai define to kiya nai h stoppage point ki is point ke baad rukwana hai tree banana
@SHREYAPANDEY-vo8dm
@SHREYAPANDEY-vo8dm Жыл бұрын
I continously watching ur playlist and really it's amazing ... Hat's off bhaiya
@focus.placement5589
@focus.placement5589 2 жыл бұрын
ekdum crystal clear bhaiyaaaa... thanksyouuuuu
@sadaf_r
@sadaf_r 2 жыл бұрын
Little bit confused now but I believe aap clear kardo ge😅
@FunWithSports121
@FunWithSports121 11 ай бұрын
LOVE YOU SIR GREAT QUALITY CONTENT 🥳
@DeepanshMaurya-w7i
@DeepanshMaurya-w7i Жыл бұрын
void countleaf(Node* temp , int &count) { if(temp == NULL) return; countleaf(temp -> left, count); countleaf(temp -> right, count); if(temp -> left == NULL && temp -> right == NULL) count++; return; } int countLeaves(Node* root) { Node* temp = root; int count = 0; countleaf(temp, count); return count; } COUNTLEAF
@yashchauhan7221
@yashchauhan7221 2 жыл бұрын
Ab Maja Ayga Tree And Babbar Bhaiya OP🔥
@hrithikshaw4812
@hrithikshaw4812 2 жыл бұрын
bhaiya queue ke thode aur question krwa diijiye hard wale jaise stacks ka krwaye the
@Ykj21
@Ykj21 Жыл бұрын
You are doing very good work bhaiya. Keep it up . ❤❤❤
@vishalgarna4580
@vishalgarna4580 Жыл бұрын
Saj aa gaya sirrr🎉🎉😊
@shrutijaiswal871
@shrutijaiswal871 2 жыл бұрын
💯 Bhaiya two videos per day !
@prayagpatel9136
@prayagpatel9136 2 жыл бұрын
3.36am.......thats the dedication level i want to achieve.......hats off
@anuragraut5101
@anuragraut5101 2 жыл бұрын
glad to be among the ones who watches till the very end
@rishabhpandey4517
@rishabhpandey4517 2 жыл бұрын
54:55 dekha bhaiya yahan tak thanks for awesome content aur itna detail me cover karne ke liye manna kaam bachhe dekhte hain but yeh course aisa hai ki bas ki student ko bol sakte hai "youtube pe CODEHELP by Babbar " search karo saab hojaye C++ language se placement Tak Thank you So much
@R_S_R_389
@R_S_R_389 2 жыл бұрын
Bhiya trees ke Upr Bhut sare questions krwa Dena😀...Jisse Koi Dikkat Na AAy Bad me..
@unboxtheuniverse5336
@unboxtheuniverse5336 2 жыл бұрын
Bhaiya plz make a *Roadmap Series for crack internship in 5 month with DSA busted course as resource* 🤩 { 5 months left } ~ plz reply
@adarshpandey345
@adarshpandey345 2 жыл бұрын
Lot's of love towards students thanks you sir
@ritikraj2629
@ritikraj2629 2 жыл бұрын
consistency op bhaiya🌟🌟
@rachit_joshi
@rachit_joshi 7 ай бұрын
Thank You So Much BHRATA SHREE !!!!!!!
@shivamjha6580
@shivamjha6580 2 жыл бұрын
Great video bhaiya 🔥🔥🔥🔥
CodeHelp Weekly Contest 5 is LIVE || Contest Editorial/Solutions
2:24
CodeHelp - by Babbar
Рет қаралды 36 М.
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 87 МЛН
When u fight over the armrest
00:41
Adam W
Рет қаралды 31 МЛН
Lecture 63: Binary Tree FAANG Interview Questions || Part-1
1:01:05
CodeHelp - by Babbar
Рет қаралды 423 М.
Lecture 66: Construct a Binary Tree from InOrder/PreOrder/PostOrder Traversal
36:35
Lecture 64: Binary Tree FAANG Interview Questions || Part-2
1:11:31
CodeHelp - by Babbar
Рет қаралды 399 М.
Understanding B-Trees: The Data Structure Behind Modern Databases
12:39
Lecture 60: Queues in C++ [STL + Implementation + Types of Queues ]
1:05:02
CodeHelp - by Babbar
Рет қаралды 381 М.