We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea323c commit 99ac875Copy full SHA for 99ac875
src/main/java/com/fishercoder/solutions/_285.java
@@ -6,11 +6,6 @@
6
import java.util.Map;
7
import java.util.TreeMap;
8
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. */
14
public class _285 {
15
16
public static class Solution1 {
0 commit comments