iiitv / algos

Popular Algorithms and Data Structures implemented in popular languages
MIT License
1.07k stars 496 forks source link

Binary Search Tree [Python] #344

Open Hsankesara opened 7 years ago

Hsankesara commented 7 years ago

This issue is about Binary Search Tree.

Hsankesara commented 7 years ago

please assign these issue to me.

devkabiir commented 6 years ago

First time open source contributor! assign this to me please. And i will be using python3.

Edit: Done implementing the BST in python with insert/delete/pre/post/inorder methods. i've tried to be beginner friendly and added necessary comments.

singhpratyush commented 6 years ago

@kabiir: Please proceed with the issue. Thanks.

devkabiir commented 6 years ago

@singhpratyush So i'm new to this so please review my process:

  1. Fork this repo
  2. Clone the forked version
  3. create a new branch BTS-in-python
  4. add binary_search_tree.py to /binary_search_tree/ folder
  5. update repo readme and tick mark BTS in python
  6. commit changes with sensible commit msg : "Added BTS [python]"
  7. push changes
  8. create a pull request
  9. Now you will take over from here.

Is that process correct?

singhpratyush commented 6 years ago

@kabiir: Yes, the process looks good.