edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.
https://edualgo.github.io/documentation/
MIT License
99 stars 54 forks source link

Add Binary Search Tree implementation #115

Closed shubhigupta991 closed 3 years ago

shubhigupta991 commented 3 years ago

Binary Search tree implementation I will include functions for insertion lookup deletion. Also i want to include Breadth First Tree and Depth Search Tree algorithms.

shubhigupta991 commented 3 years ago

Please assign me this issue.

jatinjain001 commented 3 years ago

I want to work on this issue. Please let me know if it is available

Abhijit2505 commented 3 years ago

Binary Search tree implementation I will include functions for insertion lookup deletion. Also i want to include Breadth First Tree and Depth Search Tree algorithms.

Well, please check the eduAlgo package documentations, binary tree implementations are already present.

DFS and BFS section will be covered in the graph module.

Closing the issue.