From 52f839e2c8efd27d68a586e7733aaa2ac814f46d Mon Sep 17 00:00:00 2001 From: Nishant Kaushal <101548649+nishant0708@users.noreply.github.com> Date: Sun, 21 Jul 2024 20:21:53 +0530 Subject: [PATCH] fixed --- dsa-solutions/lc-solutions/0100-0199/0101-symmetric-tree.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsa-solutions/lc-solutions/0100-0199/0101-symmetric-tree.md b/dsa-solutions/lc-solutions/0100-0199/0101-symmetric-tree.md index 75d64d10e..44b46e72e 100644 --- a/dsa-solutions/lc-solutions/0100-0199/0101-symmetric-tree.md +++ b/dsa-solutions/lc-solutions/0100-0199/0101-symmetric-tree.md @@ -308,4 +308,4 @@ To check if a binary tree is symmetric, we need to compare its left subtree and - **Solution Link:** [Symmetric Tree Solution on LeetCode](https://leetcode.com/problems/symmetric-tree/solutions/5016750/easy-recursion-solution-in-c-100-beats-full-expanation-with-example/) - **Authors GeeksforGeeks Profile:** [Vipul lakum](https://leetcode.com/u/vipul_lakum_02/) ---- \ No newline at end of file +---