We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be7d1b commit 9e771a5Copy full SHA for 9e771a5
1 file changed
src/main/java/com/thealgorithms/datastructures/trees/BinaryTreeToString.java
@@ -1,6 +1,9 @@
1
package com.thealgorithms.datastructures.trees;
2
3
/**
4
+ * Leetcode 606: Construct String from Binary Tree:
5
+ * https://leetcode.com/problems/construct-string-from-binary-tree/
6
+ *
7
* Utility class to convert a {@link BinaryTree} into its string representation.
8
* <p>
9
* The conversion follows a preorder traversal pattern (root → left → right)
0 commit comments