The college that i pay, can't teach me, even though i try a lot to learn. Actually, they don't want to word at all, after getting salaries. And some newbies come up on board, and mess up things and end up making the board dirty, and giving tons of confusions. Ur quality is that ma'am, u don't mess up things, go simply with the rules, don't do aennnn aaannnn etc kind of drama, and deliver every dimension of problem related to the topic. Really v good. Having actual knowledge from free source, and having no knowledge from paid source. KALYUG 😕🙁😑
@ankitagrawal34474 жыл бұрын
Ur line is really very effective and true also......
@manishvatsal96704 жыл бұрын
That's so true 👍
@miraclescience8403 жыл бұрын
yeah
@manishsahu68733 жыл бұрын
RIghtly said, Paying so much amount in the college but learning nothing. But here We get our concepts cleared with very efficient and simple explanations
@unemployedcse35144 жыл бұрын
Awesome 💞 "deletion is complicated than insertion" against nature rule🌹
@ninakoch17992 жыл бұрын
Thank you for this amazing video Ma‘am! Really helped me understand this concept for my DBMS exam! You are truly a gifted teacher, never stop sharing your knowledge with us! Greeting from Switzerland
@agaming4187 Жыл бұрын
12:13
@meghnajain78895 жыл бұрын
this cleared all my confusions....big thumbs up ...the best video on youtube Thanks alot mam
@Whatever01652 жыл бұрын
I can never learn this in a million years
@koushikrakib76054 жыл бұрын
Great video, she explained each and every edge cases.
@jijivisha35935 жыл бұрын
Nice work here.. my concept id clear.. after a study of 2 hour in the end i watch this lecture i was so tired.. but then in the end your smile fix it all i paused the video and watched your smiling face for 1-2 minutes.. 😅 also i screenshot it.. 😋.. i also made my friends see ur smile... It's just made my day.. keep smiling.. and thank you for the video.. it's really helpful.. 😊
@JennyslecturesCSIT5 жыл бұрын
I appreciate the fact that you guys gave me this recognition. Thanks.
@kritikatripathi8065 жыл бұрын
🤣🤣🤣
@akashghosh47665 жыл бұрын
Thanks a lot, Mam.Best series of B tree and B+trees on KZbin.Subscibed.
@amarnathsharma96555 жыл бұрын
Loved the tutorial. Very nicely and easily explained all cases. Thanks.
@mouneydonuru27693 жыл бұрын
If the rules are written at the side or so, it would be easy to revise
@norbertkolozsi24614 ай бұрын
Thank you! I passed my exam thanks to you!
@JennyslecturesCSIT4 ай бұрын
Thanks @norbetkolozsi
@aditya210063 жыл бұрын
This topic has been explained in much more detail,than one of the best available paid lecture for gate(sorry cant name it).
@mohammedumarfarhan99003 жыл бұрын
Unaacademy?
@sandamalgamage12422 жыл бұрын
Thank You very much, Ma'am. This video helped me understand B plus tree Deleting Operation crystal clearly. You explain it as a piece of cake❤❤
@micah1675 жыл бұрын
Thank you for expkaining all cases thoroughly 👍👌
@armannaim88265 жыл бұрын
the reaction of your eye put me in think that im in front you and watching live . i love your video and simple talks
@adamazmy6408 Жыл бұрын
Genuinely best explanation I’ve seen! Thank you so much for helping with exam ❤
@amitotc3 жыл бұрын
First of all these videos were very helpful. Thank you for creating videos and sharing the knowledge. I am trying to design something like my own data base. I wanted to know how to serialize and persist these B+ trees and store them in files. It will be very helpful if you can create another video regarding the same. Thank you :)
@meishimanshu Жыл бұрын
Had you created your database?
@amitotc Жыл бұрын
@@meishimanshu I was able to create it. I created a database from scratch by adding a file layer beneath the B-Tree. This allowed for serializing the nodes and loading them into the cache as and when access was requested. The serialization was done in the protobuf format. Unfortunately, all the code I wrote was propriety and was for my ex-employer. I no longer have access to it. I created a distributed database on top of Azure Cloud using custom B-Tree and node format. It was done to avoid costly database solutions on the cloud, as we didn't need very active indexing or reads on the database. Since we needed to persist it long enough in an incrementally backed-up format, we decided to create our own mini-database (which is good for faster writes but can still support log (n) reads occasionally). The journey from this video to the final database took me 6 months to work on scale. I could do 1 million reads in 40 mins and 1 million writes in 10 minutes on Azure Blob-based storage.
@aarushchaubey516 Жыл бұрын
@@amitotc baap re kya kya tune bc
@trump86909 ай бұрын
my goddess, you saved my life
@serhatylmaz53332 жыл бұрын
First of all thank you for your great explanation of these B*tree concepts. I want to clarify one thing is that in 3:30, you told that left child can be less than or equal to parent of it. But conceptually it can't be right as you told in the rest of the video. The right child can be equal and greater than its parent, left child must be strictly less than its parent.
@jerryjohnthomas49082 жыл бұрын
brother that is another of way of implementing it, if you are doing that you have to do that consistently from the root to the leaf nodes, in the example she mentioned its the opposite. so this is not an example to disprove but rather this is an example where right child >= node value. just whatever you are following follow it consistently thats all.
@sasirekhamsvl95044 жыл бұрын
Thank you so much ma'am .You are so clear with your content and you are not concerned with like comment share and subscribe. This makes you unique too.
@shivathmikachiliveru55434 жыл бұрын
i could understand more clearly in ur videos.....ur one of the best teachers....lots of love mam....
@harshkumaragarwal83263 жыл бұрын
Thank you very much for the video One suggestion: the values on the top right is for 4, and the video is using 3, this sometimes creates confusion. :))
@faisalalkholaifi21022 жыл бұрын
I think means 4 pointers and 3 keys
@mohitpatel56056 ай бұрын
I want to learn this lecture till deleted keys = 25.because by here i can remember the condition for deleting a keys.
@raihanrashid13788 ай бұрын
while deleting 25 it still had the left sibling available which didn't have the minimum number of nodes. So why are we not taking from the left node?
@xteez60512 ай бұрын
i guess it will only consider siblings of same parent
@harinath_mishra5 жыл бұрын
Thanks alot mam for providing lecture on b tree and b+ tree deletion .Deletion in both is quite tricky and you explained it very well....mam It was hard and difficult to find deletion in both the cases.... Thank you very much mam....keep uploading videos.....
@shubhamnikam27105 жыл бұрын
Best among all !! 🙌💯
@JennyslecturesCSIT5 жыл бұрын
I am grateful for the kind words and encouragement
@prerakpanwar9853 Жыл бұрын
when deleting 25 why we did not ask key from its left sibling 17|19?
@WHYTUJAYАй бұрын
immediate se hii sirf borrow krega , if not then merging
@bishwanathpatra728327 күн бұрын
Because 25 parent is 28 it can only ask to its sibling . It cannot borrow from others sibling as u said
@Urbana722 жыл бұрын
Good explanation and good design of examples.
@saikatsudiptashuva57358 ай бұрын
Lovely tutorial😍
@hamedhomaee64104 жыл бұрын
It could not be taught better than this. Awesome. THANK YOU SO MUCH.
@madhavanu69802 жыл бұрын
Thank you so much sister plz do class on B star tree
@chinnmaychaudhari51999 ай бұрын
So amazing tutorial!
@-SaiVenkat5 жыл бұрын
very good exaplanation thanku for teaching me I understand what you said nice explanation
@deviantistaken5 ай бұрын
karaboğa esenlikler diler
@primefriends78403 жыл бұрын
Jenny didi aap boht acha padha rhi hoo🥺🥺 . Mere or mere doston ki taraf se boht saara pyaar❤️❤️
@AmanRaj-se3fh4 жыл бұрын
ma'am, it should have min. 2 keys in the leaf node. ceil( (n-1)/2 ).. according to H.F. KORTH (book)..Page no:-635..line no:- 08
@vimalsheoran80403 жыл бұрын
It's ceil (n/2) - 1
@nj75883 жыл бұрын
m is number of children of a node and n is number of keys in the block that is in one node. Since n = m - 1 and m in this case is 4, n = 3 so ceil((3-1)/2) = ceil(2/2) = 1
@vvedhant74632 жыл бұрын
ratio
@amitmaurya55894 жыл бұрын
THANKS A LOT MA'AM VERY VERY MOST IMPORTANT CONTENT PROVIDED BY YOU . 1... PLEASE MAKE A VIDEO ON KANADE ALGORITHMS . THANK YOU AGAIN
@brahmareddythumu98855 жыл бұрын
Thank you but if it is better to put your videos last year 2-2 it helps me a lot .but now also it helped me
@scorpionkingcr45233 жыл бұрын
U r making futures👍
@gyanprakash3022 жыл бұрын
The formula for minimum keys should be = ceil[(4-1)/2]==2 , The leaf nodes should always be more than half full right ?
@tirthadatta73685 жыл бұрын
Thank u mam,u r beauty with brain💞💞💞u r just 💕💕💕
@shalikaashan79245 жыл бұрын
Great video. Thank you so much you helped me for the mid term exam.
@sanjanaattanayake423111 ай бұрын
Great explanation thank youuu Madam! 🙏
@vijaykumar-mv3ro4 жыл бұрын
u r doing so much hardwork mam keep it up mam
@rajneeshkumar33994 жыл бұрын
Clear and precise, to the point explanation.. And mam you are cute
@chirangbpandey9503 Жыл бұрын
At 16:00, root should be (17) and leaves should be (1),(17,19,28)
@maheshwariganeshbabu72754 жыл бұрын
Thanks a lot mam can you make a videos on oops full lecture pleeeeee....
@stashatstake4 жыл бұрын
Quality is crazy high Thank you
@lillol3245 Жыл бұрын
Oh god insertion is so much simpler
@subhashbose49893 жыл бұрын
statement at 15:35 is most important in B+Tree
@gamingparadise22774 жыл бұрын
The maximum number of keys in a record is called the order of the B+ tree. But You are referring order as max children.
@ganeshsharma63265 жыл бұрын
Thanks for this concept.😊
@rahulvats90865 жыл бұрын
That was a wonderful revision of b+ tree concepts. Though i need to implement all this with some tweakings as an assignment. So can u give an idea how to implement all this in C.
@harinath_mishra5 жыл бұрын
Bro have you implemented b tree using c??
@rahulvats90865 жыл бұрын
@@harinath_mishra yes i have done it now
@bhaveshpariyani68535 жыл бұрын
great video, very easily explained each cases
@krishnachaitanyayerrapatru46825 жыл бұрын
Tnx a lot man..... Please try to upload a series on dbms
@shahdmohammed9514 Жыл бұрын
after we deleted 42 then we megerd 28 with empty leaf , you said in the previous case we should delete the index , as we deleted the index 28 in the case when we deleted leaf 25
@H-CSELEKrishnaMohan3 жыл бұрын
I Thank you 3000 times
@IIPoojasriA5 жыл бұрын
It's very useful mam 😇
@nishipal89489 ай бұрын
ma'am algorithm insertion and deletion b_ tree ka video bna dijiye
@SreyRc5 жыл бұрын
Explained so well! Thanks a lot!
@AliHaider-j9q13 күн бұрын
Love you so much ❤
@thaliaft Жыл бұрын
Thank you very much! Very helpful
@rayanamb49010 ай бұрын
u r amazing thanks for yr vid really helped
@RameshSingh-py2co4 жыл бұрын
there should be (ceil( p/2) -1) min key for non-leaf node and non root, leaf node must have ceil ((p-1)/2) minimum keys
@AmanRaj-se3fh4 жыл бұрын
yup, you are right.. it should have min. 2 keys for the given question.
@sumeetubale39232 жыл бұрын
thank you for this video!!
@waghdipak23585 жыл бұрын
@10:52 it wasn't deleted , it was just removed from the internal node following the rule....btw thank u so much for these amazing lectures...and like all...i will also appreciate your beauty...
@kritikatripathi8065 жыл бұрын
😂😂
@AmanRaj-se3fh4 жыл бұрын
yes, finally found someone who is agree on this point.
@05y1saikiran6 Жыл бұрын
The minimum number of keys in leaf node is (m/2)+1 thats change the whole problem
@bholebaba3653 жыл бұрын
Best explained 🤜❤️🤛
@FrenzyGamingVideos5 жыл бұрын
Thank you dear mam 😊 & lv u 😄😍😍
@anusrithalisetty3239 Жыл бұрын
Mam plz explain b+ tree deletion of order 5 B tree deletion of order 4 5
@niranjanhegde38525 жыл бұрын
One doubt. At 2:30 timestamp, why didn't you merge left and right subtrees to get 25,28,42 in one node?
@suchismithakn5 жыл бұрын
Because the minimum number of children possible are 1, and that condition is satisfied. Hence we don't need to merge it
@hemanthalugubelli30524 жыл бұрын
thanks akka pls do video on b+ trees love from ap
@jenweatherwax71133 жыл бұрын
You are my lifesaver. When I get my degree, I will cross out the university name and put yours XD
@jithinmv65165 жыл бұрын
I am always waiting for the last "bubye and take care" :)
@tanmeyrawal6445 жыл бұрын
Too much confusing it's like each time there is a new condition
@hassanassaad47434 жыл бұрын
the problem is with the algorithm not the instructor
@liorio28472 жыл бұрын
that is way this video is good, she talks about each condition
@darshanv8345 Жыл бұрын
Best explanation ever 🔥😍
@Satya_ganta Жыл бұрын
She covered each and every condition, that's the speciality of the video...
@omanshsharma67967 ай бұрын
Get good, it's not that complicated
@chepurivenkatchari56554 жыл бұрын
Superb class
@GaonkaEngineer1235 жыл бұрын
best among all;;;;;;;;;;
@ruchirjain11633 жыл бұрын
Great vid!!
@SuratAdhikari5 жыл бұрын
Love you Mamm, Thanks alot
@careerplus24174 жыл бұрын
Hello Madam...when ever u r deletion 42 ...siblings max values is 19 but you are using 17...pleace clasrify that
@bhavanimuddala4 жыл бұрын
Yes I too have same doubt
@manusharma90892 жыл бұрын
We are looking for the siblings of intermediate index . Not for the leaf node.
@ahmetsarac670210 ай бұрын
Hi Jenny, you are a great instructure. Thank you so much everythings that you do for us. But i have a question for you. you sad that in left of side smaller or equal must be, and in rigth of side strictly must be greater, am i rigth. But when you remove 20, you add 28 left of side. must it be 25 here instaed of 28. ?
@erenyeager86097 ай бұрын
bhai parent agr 20 hai toh left side must be smaller then 20 and it also cannot equal to 20 nd right side must be greater than the parent node
@preparingengineering Жыл бұрын
I have confusion: 8:19 borrowed 4 from immediate left node, borrowed node became parent , parent should be go down ,right? how 4 went there(below parent)?
@Shasikaknowledgehub Жыл бұрын
Insert the following no. In given sequence 10,20,30,90,80,60,70,40,50,66,16,84,21,76 And the no. From the tree in the given sequence.. Can uh solve this problem..? I insert but I get stuck in deletion after 80 ... (deletion of 60)
@tonykrro4 жыл бұрын
Each leaf should have at least int(0.5n)+1 keys according to .
@AmanRaj-se3fh4 жыл бұрын
you mean min. 2 keys for n=4 ?
@gyanprakash3022 жыл бұрын
Correct !
@mdkabinhasan64733 жыл бұрын
Thank you maaa.. i loved this video.. also you.. because of i got 10/10 in viva... T_T :*
@reshmasyed11754 жыл бұрын
While deleting the root node we need to take the maximum of left sub tree as u told in the btree deletion can we have any case???
@batman_1st4 жыл бұрын
What do you mean internal nodes only store index? Doesn't internal nodes store key value? Otherwise how do you know which path to go down?
@shivathmikachiliveru55434 жыл бұрын
mam...i have a doubt...do we have to keep a node empty to point to the other leaf node...or else its just the linking
@xof82565 жыл бұрын
Thank You Jenny!
@Carlos-td6bz4 жыл бұрын
Perfect explanation!
@l.a.gengar60734 жыл бұрын
I don't understand the point to learn this from this way. (The video is amazing you are a very nice teacher). But, whats the point? I implemented a lot of tree's algorithms in different languages, and I don't understand why de colleges want to do the exercises at paper. Also, thanks for your content, greetings from Argentina!
@tarunluthrabk4 жыл бұрын
I think we need not delete keys from interior nodes. Refer fig 11.18 from DBMS book by Korth
@subhadipmaity32534 жыл бұрын
Thank you soo much Mam
@mohanpvs27773 жыл бұрын
Mam, in the last step. . Why 1 is not included in keys if root node after merging
@amankumaramar2714 жыл бұрын
thank you ma'am
@vipulkumar2765 жыл бұрын
Mam make videos on B*(star) tree 2-3 tree 2-3-4 tree
@ajitnegi14364 жыл бұрын
While deleting 7, why we didn't simply delete 7 from leaf and remove its pointer from parent? We will have 17 as parent with 2 child now 1,4 and 17,19 Waiting for your reply. Kindly reply. 😊😊
@divyanshukushwaha3897 Жыл бұрын
Hi Mam, please help with below problem, facing problem in Deletion . Tomorrow exam please reply in comments: Create a B+tree Order = 3 2,5,7,10,13,16,20,22,23,24 Delete 23,10
@manishasen22646 ай бұрын
What is condition for root node and children node like in root node left child can have less than equal to and for children node the left node must have only less than values is it like that?