bhavinjawade / Advanced-Data-Structures-with-Python

Python implementations of Advanced Data Structures and Algorithms. With each code, there is an associated markdown for explanation and applications of that algorithm or data structure.
MIT License
111 stars 58 forks source link

Added AVL Tree Data Structure and Made appropriate changes in Readme.md #17

Open singhalpranav22 opened 3 years ago

singhalpranav22 commented 3 years ago

Added AVL tree Data structure


Contribution for hacktober fest

bhavinjawade commented 3 years ago

Hi @singhalpranav22,

Thanks for your contribution. 2 reasons I can't accept the pull request right away:

  1. Plagiarism: Please do not use code directly from geeksforgeeks. Instead, try writing the code from scratch.
  2. Please write an explanation for AVL tree and your code. Add the markdown for the same to the repository.

Let me know if you have any questions.

singhalpranav22 commented 3 years ago

Sure..I will look forward and won't make this mistake again in future.