Skip to content

Conversation

parth-6945
Copy link

Description of Change

Added a solution for LeetCode problem 100 - Same Tree in C. The solution is placed in the leetcode/src/ directory and follows all repository contribution guidelines.

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes: Adds a solution for checking whether two binary trees are the same using recursive comparison.

@github-actions github-actions bot added the Leetcode folder changes Changes to Leetcode folder. Known CI issues. label Apr 6, 2025
Copy link
Contributor

github-actions bot commented May 7, 2025

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label May 7, 2025
Copy link
Contributor

Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!

@github-actions github-actions bot closed this May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Leetcode folder changes Changes to Leetcode folder. Known CI issues. Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant