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 +---