B Tree | B+ Tree | M-way search Tree | Multiway search tree

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024
  • Data Structures and Algorithms: B Tree, B+ Tree, M-way search Tree
    This video covers the representation of a B Tree, B+ Tree, M-way search Tree in detail.
    Insert and delete operations on the B Tree are explained with proper examples.
    Link for the more related videos:
    Stack Introduction and operations on stack
    • Stack | Introduction |...
    Representation of stack using array
    • Stack using array | re...
    Representation of stack using linked list
    • Stack using linked lis...
    Queue Introduction, operations and types
    • Queue Introduction, op...
    Queue using array
    • Queue using array | re...
    Linked list program using C - part 1
    • Linked list program us...
    Linked list implementation Part2
    • Linked list program us...
    Linked list implementation Part3
    • Linked list program us...
    Binary Tree Traversal | Inorder | Preorder | Postorder
    • Binary Tree Traversal ...

ความคิดเห็น • 3

  • @tusharchawla1440
    @tusharchawla1440 2 ปีที่แล้ว

    Mam I have one doubt
    According to google, minmum number of keys for internal node is: ceil(n/2) -1
    But according to you it will be n/2
    Which approach should I follow?

    • @tusharchawla1440
      @tusharchawla1440 2 ปีที่แล้ว

      Basically i am getting different answer in case when I have even value of n(order)

  • @AnnepuVishal
    @AnnepuVishal 13 วันที่ผ่านมา

    Mam b trees code