Skip to content

Conversation

@sujin0529
Copy link
Contributor

Pull Request Template

Description

Given TreeNode p, q

Check the entire tree and see if it has the same value in the same node location.

Returns true if all nodes have the same value; otherwise false.

Put check marks:

Have you made changes in README file ?

  • Added problem & solution under correct topic.
  • Specified Space & Time complexity.
  • Specified difficulty level, tag & Note(if any).

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

  • Test A
  • Test B

Make sure all below guidelines are followed else PR will get Reject:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code so that it is easy to understand
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

@GouravRusiya30
Copy link
Member

@sujin0529 Please change file name to "Same-Tree.java"

@GouravRusiya30
Copy link
Member

@sujin0529 I haven't see any changes

@sujin0529
Copy link
Contributor Author

sujin0529 commented Nov 22, 2020

@GouravRusiya30 I changed the file name. Please check.

@GouravRusiya30 GouravRusiya30 merged commit ce7ca13 into codedecks-in:master Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants