amega-dsa / dsa-notes

Collection of Notes on topics related to DSA.
1 stars 3 forks source link

14_Binary Search Tree #15

Open deeppanchani opened 2 years ago

deeppanchani commented 2 years ago

14_Binary Search Tree

Notes should try to cover the following topics:

  1. Search, Insertion, Deletion Operations
  2. AVL Tree
  3. RB Tree
  4. B-Tree
  5. Splay Tree
  6. Huffman Coding

Notes May Contain More Topics

Notes can be in any form handwritten, text file, video, etc.

File Naming

File Name: binary_searchtree(source name).(extension)

🎯 If you have made the notes source name will be your GitHub User Name. 🎯 If the notes you upload are from other sources like a particular website/course mention it in the source name.

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.

Tanmayee3012 commented 2 years ago

I'd like to contribute my handwritten notes in this issue !