Create traversals.py - #32
Conversation
|
Please keep label as hacktoberFest so that this commit can be counted as one of my 4 prs for hacktoberFest |
Write test cases for transversal.py. Test file should be named as "test_transversal.py" in dsalgo/tests and give a proper description of your PR. |
Add docstrings to specify - params of your functions & its description use pep -8 coding style (ref:- contributing.md) |
| self.right = None | ||
| self.val = key | ||
|
|
||
|
|
There was a problem hiding this comment.
Why there are no many blank lines??
There was a problem hiding this comment.
@Pratik-ahirrao Can you please comment your code too? It is very difficult to understand what the code is doing
|
@Pratik-ahirrao we will not approve your pull request until it's linked with an issue. |
No description provided.