amega-dsa / dsa-code

Collection of code for implementation of different data structures and algorithms.
1 stars 6 forks source link

13_Binary Search Tree #16

Open deeppanchani opened 2 years ago

deeppanchani commented 2 years ago

13_Binary Search Tree

Code file should contain the following topics:

  1. Binary Search Tree
  2. AVL Tree
  3. RB Tree
  4. B-Tree
  5. Splay Tree
  6. Huffman Coding

Make Sure to make different files for each topic

🎯 Make sure to add comments so that others can understand the code easily. 🎯 Code in any programming language is allowed.

File Naming

File Name: topic name_(programming language).(extensions)

Eg. If you are using C++ Programming Language for RB Trees

rb_trees_c++.cpp

Pull Request

🎯 Name your Pull Request the same as your file name and link it to their respective issue. 🎯 If you don't find the particular issue create one or contact admins.

paraspatle-jpg commented 2 years ago

I'd like to work on this