Skip to content

MohsnRaj/ImplimationOfBplusTree

Repository files navigation

React + TypeScript + Vite

A B+ tree is an m-ary tree with a variable but often large number of children per node. A B+ tree consists of a root, internal nodes and leaves. The root may be either a leaf or a node with two or more children. in this Simple Project , i display the B+ tree insertion

About

This project is the basic implementation of B+ tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors