Skip to content

Commit 16b5a6e

Browse files
author
Antesh Sharma
committed
refactoring
1 parent 07abb6d commit 16b5a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/antesh/MirrorOrSymmetryOrInvertedBSTree.java renamed to src/main/java/com/antesh/dsa/bst/MirrorOrSymmetryOrInvertedBSTree.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.antesh;
1+
package com.antesh.dsa.bst;
22

33
/* Mirror of a Tree: Mirror of a Binary Tree T is another Binary Tree M(T) with left and right children of all non-leaf nodes interchanged.
44
* (1) Call Mirror for left-subtree i.e., Mirror(left-subtree)

0 commit comments

Comments
 (0)