Skip to content

Commit 99ac875

Browse files
refactor 285
1 parent cea323c commit 99ac875

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
import java.util.Map;
77
import java.util.TreeMap;
88

9-
/**285. Inorder Successor in BST
10-
11-
Given a binary search tree and a node in it, find the in-order successor of that node in the BST.
12-
13-
Note: If the given node has no in-order successor in the tree, return null. */
149
public class _285 {
1510

1611
public static class Solution1 {

0 commit comments

Comments
 (0)