Add Unit Test for - check-binary-tree-subtree-another-binary-tree
TheSTL opened this issue ยท 6 comments
TheSTL commented
๐ฝ What is required?
The algorithm is here : check-binary-tree-subtree-another-binary-tree
- Follow the ESLint rules strictly
- Follow the filename and folder structure strictly
- Since the Contribution Guide is not ready yet, go through the codebase pattern and add tests accordingly
Thank You!
caseycling commented
Can I work on this issue?
ashokdey commented
sure
caseycling commented
Can you help point me in the right direction of how to add the tests? Maybe another file which has other tests already written? Apologies, still very much a noob when it comes to unit testing.
ashokdey commented
@caseycling you can have a tour of the repository and you will get to know the format of both code and test files.
shraddha-shetty commented
can i work on this issue