Skip to content

Commit d60dbc3

Browse files
refactor 449
1 parent 839dcdb commit d60dbc3

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+1
-1
lines changed

src/main/java/com/fishercoder/solutions/_449.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private TreeNode deserialize(String[] values, int[] index, int minValue) {
116116

117117
public static class Solution3 {
118118
/**
119-
* This is a generic solution that applies to both BT and BST.
119+
* This is a generic solution that applies to both BT and BST. And also the easiest to follow.
120120
*/
121121

122122
// Encodes a tree to a single string.

0 commit comments

Comments
 (0)