codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 270 forks source link

Adding B Tree Data Structure #522

Open arijitghosal03 opened 1 year ago

arijitghosal03 commented 1 year ago

Description of the problem

B-trees are useful datastructures implemented for efficient manipulation and retrieval of large datasets.

References/Other comments

The code will create a class BTree to perform Insertion, Searching and Deletion of data in the form of non linear data structure.

Pull request #518

shrish-shete20 commented 1 year ago

Hi @arijitghosal03 , Would you assign me this issue under GSSOC?

oshinsaraf commented 1 year ago

Hey @arijitghosal03 ,could you please assign this issue to me, I'd love to work on it under GSSOC'23.

I-RoshanKumar commented 1 year ago

Hey i can implement this with my programming trchbiques if it's assigned to me under GSSOC'23 @arijitghosal03

Saiesh-Agre commented 1 year ago

Hello @arijitghosal03 , I would like to work on this issue. I'm just improving my DSA, so this would be a great opportunity to improve my skills. Fortunately, I just studied B Tree, and I'm confident that I can implement the algorithm.

Thank You

PoulasthaMukherjee commented 1 year ago

@arijitghosal03 Please assign me this issue.