Skip to content

Commit 9e771a5

Browse files
committed
fix: link to leetcode added
1 parent 5be7d1b commit 9e771a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
package com.thealgorithms.datastructures.trees;
22

33
/**
4+
* Leetcode 606: Construct String from Binary Tree:
5+
* https://leetcode.com/problems/construct-string-from-binary-tree/
6+
*
47
* Utility class to convert a {@link BinaryTree} into its string representation.
58
* <p>
69
* The conversion follows a preorder traversal pattern (root → left → right)

0 commit comments

Comments
 (0)