mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-18 06:05:09 +00:00
[PR #1483] [CLOSED] feat: add LeetCode problem 100 #2083
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1483
Author: @richvigorito
Created: 9/14/2025
Status: ❌ Closed
Base:
master← Head:solution/leetcode-100📝 Commits (1)
4b4df32feat: add LeetCode problem 100📊 Changes
1 file changed (+17 additions, -0 deletions)
View changed files
➕
leetcode/src/100.c(+17 -0)📄 Description
Check for tree equivalence
Description of Change
We recursively traverse both trees simultaneously:
This naturally follows the definition of two identical trees.
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.