codesankalp / dsalgo

MIT License
8 stars 24 forks source link

Implement tree algo in tree.py #41

Open Aryamanz29 opened 3 years ago

Aryamanz29 commented 3 years ago

For example: is_balanced() is_subtree() is_symmetric() longest_consecutive() lowest_common_ancestor() max_height() max_path_sum() min_height()

codesankalp commented 3 years ago

I want to work on this issue.

Aryamanz29 commented 3 years ago

I want to work on this issue.

Ok, I'm assigning this to you 😊

Ankit-11-Code commented 3 years ago

hey,I want to work on it.

ravi5175 commented 3 years ago

@Ankit-11-Code this issue is already assigned to @codesankalp , please look for another available issue or you can create new one

codesankalp commented 3 years ago

@Ankit-11-Code I am assigning this issue to you.🙂

Ankit-11-Code commented 3 years ago

For example: is_balanced() is_subtree() is_symmetric() longest_consecutive() lowest_common_ancestor() max_height() max_path_sum() min_height()

Will all the above functions should be implemented in one python file or in individual files ?

Aryamanz29 commented 3 years ago

For example: is_balanced() is_subtree() is_symmetric() longest_consecutive() lowest_common_ancestor() max_height() max_path_sum() min_height()

Will all the above functions should be implemented in one python file or in individual files ?

In one python file and use OOPS