Skip to content

Commit 7bbcc8b

Browse files
committed
Update BoundaryTraversal.java
1 parent c04a8d2 commit 7bbcc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/datastructures/trees/BoundaryTraversal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ public static List<Integer> iterativeBoundaryTraversal(BinaryTree.Node root) {
165165
}
166166
return result;
167167
}
168-
}
168+
}

0 commit comments

Comments
 (0)